fix: added CONTAINER_DOZZLE variable to support multiple environments and updated env template.

This commit is contained in:
Scott Idem
2026-03-12 00:32:08 -04:00
parent 7afbc6ffa3
commit dca75ab990
2 changed files with 6 additions and 1 deletions

View File

@@ -209,7 +209,7 @@ services:
# max-file: "3"
dozzle:
container_name: ae_dozzle_dev
container_name: ${CONTAINER_DOZZLE:-ae_dozzle_dev}
image: amir20/dozzle:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock