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