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