mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
enhance
This commit is contained in:
3
script/docker/config.template
Normal file
3
script/docker/config.template
Normal file
@@ -0,0 +1,3 @@
|
||||
[interface]
|
||||
type = tcp
|
||||
hostname = localhost:4403
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
# if no config.ini exists, copy the default one
|
||||
if [ ! -f /app/config.ini ]; then
|
||||
cp /app/script/docker/config.ini /app/config.ini
|
||||
cp /app/script/docker/config.template /app/config.ini
|
||||
fi
|
||||
|
||||
# Run the bot as appuser (if you want to drop privileges)
|
||||
|
||||
Reference in New Issue
Block a user