mirror of
https://github.com/aljazceru/nsecbunkerd.git
synced 2025-12-17 06:04:22 +01:00
fix: correct .env file in docker-compose
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user