fix env path
This commit is contained in:
parent
50bd571f79
commit
3a61616dbf
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ services:
|
|||
driver: ${COMPOSE_LOGGING_DRIVER:-local}
|
||||
ports:
|
||||
- 9120:9120
|
||||
env_file: /root/docker/komodo/compose.env
|
||||
env_file: .env
|
||||
environment:
|
||||
KOMODO_DATABASE_ADDRESS: mongo:27017
|
||||
KOMODO_DATABASE_USERNAME: ${KOMODO_DB_USERNAME}
|
||||
|
@ -54,7 +54,7 @@ services:
|
|||
restart: unless-stopped
|
||||
logging:
|
||||
driver: ${COMPOSE_LOGGING_DRIVER:-local}
|
||||
env_file: /root/docker/komodo/compose.env
|
||||
env_file: .env
|
||||
volumes:
|
||||
## Mount external docker socket
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue