add DAEMON_FLAGS option to enable debugging from config.env
This commit is contained in:
parent
9fdf4b1b38
commit
5030efb67f
2
config.env.example
Normal file
2
config.env.example
Normal file
@ -0,0 +1,2 @@
|
||||
DAEMON_FLAGS=""
|
||||
SERVER_NAME="services.supernets.org"
|
0
data/.gitignore
vendored
Normal file → Executable file
0
data/.gitignore
vendored
Normal file → Executable file
0
data/atheme.conf
Normal file → Executable file
0
data/atheme.conf
Normal file → Executable file
0
data/include.default.conf
Normal file → Executable file
0
data/include.default.conf
Normal file → Executable file
@ -5,6 +5,7 @@ services:
|
||||
args:
|
||||
BUILD_SERVER_NAME: ${SERVER_NAME}
|
||||
image: atheme
|
||||
command: ${DAEMON_FLAGS}
|
||||
network_mode: "host"
|
||||
env_file: "config.env"
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user