fix: added AE_DOZZLE_PORT variable to resolve port conflicts between environments.

This commit is contained in:
Scott Idem
2026-03-12 00:40:30 -04:00
parent dca75ab990
commit 122ae1efc6
2 changed files with 2 additions and 1 deletions

View File

@@ -214,7 +214,7 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- "8881:8080"
- "${AE_DOZZLE_PORT:-8881}:8080"
restart: unless-stopped
logging:
driver: "json-file"