fix: correct .env file in docker-compose
This commit is contained in:
parent
f9eb2d8898
commit
d1fd2d466a
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- $HOME/.nsecbunker-config:/app/config
|
- $HOME/.nsecbunker-config:/app/config
|
||||||
env_file:
|
env_file:
|
||||||
- .env.example
|
- .env
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
@ -22,7 +22,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- $HOME/.nsecbunker-config:/app/config
|
- $HOME/.nsecbunker-config:/app/config
|
||||||
env_file:
|
env_file:
|
||||||
- .env.example
|
- .env
|
||||||
restart: no
|
restart: no
|
||||||
entrypoint: ""
|
entrypoint: ""
|
||||||
command:
|
command:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue