Fix: expose 8080 für Traefik Routing

🤖 Generated with Claude Code
This commit is contained in:
2025-12-17 13:26:26 +01:00
parent 6ef56731a9
commit b32af9ba0f

View File

@@ -22,6 +22,8 @@ services:
NONCE_SALT: ${NONCE_SALT}
volumes:
- uploads:/var/www/html/web/app/uploads
expose:
- "8080"
depends_on:
- mariadb
- redis