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"
|
ADMIN_EMAIL="no-reply@supernets.org"
|
||||||
SID="01B"
|
SID="01B"
|
||||||
SERVER_NAME="lux.supernets.org"
|
SERVER_NAME="lux.supernets.org"
|
||||||
|
@ -4,6 +4,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
image: inspi4
|
image: inspi4
|
||||||
|
command: ${DAEMON_FLAGS}
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
env_file: "config.env"
|
env_file: "config.env"
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user