add DAEMON_FLAGS to config.env and command to docker-compose (for enabling debugging
This commit is contained in:
parent
bce011d6dc
commit
1ef4939a94
@ -1,3 +1,4 @@
|
||||
DAEMON_FLAGS=""
|
||||
ADMIN_EMAIL="no-reply@supernets.org"
|
||||
SID="01B"
|
||||
SERVER_NAME="lux.supernets.org"
|
||||
|
@ -4,6 +4,7 @@ services:
|
||||
build:
|
||||
context: .
|
||||
image: inspi4
|
||||
command: ${DAEMON_FLAGS}
|
||||
network_mode: "host"
|
||||
env_file: "config.env"
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user