FIX: Replaced second compose.env :D
This commit is contained in:
@@ -59,7 +59,8 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
komodo.skip: # Prevent Komodo from stopping with StopAllContainers
|
komodo.skip: # Prevent Komodo from stopping with StopAllContainers
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file: ./compose.env
|
env_file:
|
||||||
|
- .env
|
||||||
volumes:
|
volumes:
|
||||||
## Mount external docker socket
|
## Mount external docker socket
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|||||||
Reference in New Issue
Block a user