fix: adminer access to isolated apps and large uploads

This commit is contained in:
2026-08-24 11:29:26 -03:00
parent b089022e23
commit 4062000e25
+4
View File
@@ -32,14 +32,18 @@ services:
image: adminer
networks:
- proxy-network
- db-network
labels:
caddy: adminer.test
caddy.reverse_proxy: "{{upstreams 8080}}"
caddy.tls: "internal"
command: [ "php", "-d", "upload_max_filesize = 10G", "-d", "post_max_size = 10G", "-S", "[::]:8080", "-t", "/var/www/html" ]
networks:
proxy-network:
name: proxy-network
db-network:
name: db-network
volumes:
caddy_data: {}