mirror of
https://github.com/kind-0/nsecbunkerd.git
synced 2025-03-17 13:22:54 +01:00
fix: correct .env file in docker-compose
This commit is contained in:
parent
f9eb2d8898
commit
d1fd2d466a
@ -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…
x
Reference in New Issue
Block a user