mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Raise php max file upload size for STB wordpress
This commit is contained in:
parent
bfc85a9fab
commit
d36521e6f9
3 changed files with 11 additions and 0 deletions
|
|
@ -7,6 +7,10 @@
|
|||
copy:
|
||||
src: docker-compose.yml
|
||||
dest: "{{docker_compose_files_folder}}/stb/"
|
||||
- name: Copy php upload config
|
||||
copy:
|
||||
src: uploads.ini
|
||||
dest: "{{docker_compose_files_folder}}/stb/"
|
||||
- name: Create .env
|
||||
template:
|
||||
src: .env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue