fix: added AE_DOZZLE_PORT variable to resolve port conflicts between environments.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user