mirror of
https://gitlab.bmcstudios.org/public_projects/swg-server-docker.git
synced 2026-01-16 17:04:26 -05:00
Fixes to entrypoint script
This commit is contained in:
@@ -31,7 +31,7 @@ centralServerAddress=${CONTAINER_IP}
|
||||
DSN=DBSERVICE
|
||||
databaseUID=DBUSERNAME
|
||||
developmentMode=true
|
||||
useExternalAuth=true
|
||||
useExternalAuth=false
|
||||
|
||||
[CentralServer]
|
||||
developmentMode=true
|
||||
@@ -54,4 +54,4 @@ ${END_MARKER}
|
||||
EOF
|
||||
|
||||
# This command executes the original CMD from the Dockerfile
|
||||
exec "$@"
|
||||
exec "$@"
|
||||
|
||||
Reference in New Issue
Block a user