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:
|
||||
- $HOME/.nsecbunker-config:/app/config
|
||||
env_file:
|
||||
- .env.example
|
||||
- .env
|
||||
ports:
|
||||
- "3000:3000"
|
||||
depends_on:
|
||||
|
|
@ -22,7 +22,7 @@ services:
|
|||
volumes:
|
||||
- $HOME/.nsecbunker-config:/app/config
|
||||
env_file:
|
||||
- .env.example
|
||||
- .env
|
||||
restart: no
|
||||
entrypoint: ""
|
||||
command:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue