fix: added CONTAINER_DOZZLE variable to support multiple environments and updated env template.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user