mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-06 18:31:05 +00:00
build(dev): increase phpmyadmin's upload limit in docker-compose.yml
This commit is contained in:
parent
aeaee8ae64
commit
f5189055ff
@ -58,7 +58,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
PMA_HOST: mariadb
|
PMA_HOST: mariadb
|
||||||
PMA_PORT: 3306
|
PMA_PORT: 3306
|
||||||
UPLOAD_LIMIT: 30M
|
UPLOAD_LIMIT: 300M
|
||||||
ports:
|
ports:
|
||||||
- 8888:80
|
- 8888:80
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user