This commit is contained in:
SpudGunMan
2025-10-23 21:57:50 -07:00
parent b0109be3b0
commit d883927572
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
[interface]
type = tcp
hostname = localhost:4403

View File

@@ -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)