.
This commit is contained in:
@ -97,10 +97,13 @@ RUN \\
|
||||
" --rcon-port \${RCON_PORT} \\\" \\
|
||||
" --server-whitelist \${CONFIG}/server-whitelist.json \\\" \\
|
||||
" --use-server-whitelist \\\" \\
|
||||
" --server-adminlist \${CONFIG}/server-adminlist.json \\\"
|
||||
" --server-adminlist \${CONFIG}/server-adminlist.json \\\" \\
|
||||
" --rcon-password \"\$(cat \${CONFIG}/rconpw)\" \\\" \\
|
||||
" --server-id /factorio/config/server-id.json \\\" \\
|
||||
" \$@"
|
||||
" \${@}" > start-server.sh && \\
|
||||
chmod +x ./start-server.sh
|
||||
|
||||
|
||||
"""
|
||||
|
||||
podTemplate(
|
||||
|
Reference in New Issue
Block a user