Skip to content

Commit 44dd0c8

Browse files
Pass var from init
1 parent 8ee961b commit 44dd0c8

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ docker run -d \
6363
| `PUID` | `1000` | User ID to run the server process as |
6464
| `PGID` | `1000` | Group ID to run the server process as |
6565
| `UPDATE_ON_START` | `true` | Download and validate server files on every startup. Set to `false` to skip |
66-
| `STEAM_USER` | | Steam account username (required to download the dedicated server) |
67-
| `STEAM_PASS` | | Steam account password |
6866
| `INVITE_CODE` | | Invite code players use to connect. Min 6 characters, `0-9 a-z A-Z`, case sensitive |
6967
| `SERVER_NAME` | | Display name for your server |
7068
| `SERVER_PASSWORD` | | Leave empty for a public server |

scripts/init.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ su - steam -c "cd /home/steam/server && \
4646
SERVER_PASSWORD='${SERVER_PASSWORD}' \
4747
MAX_PLAYERS='${MAX_PLAYERS:-10}' \
4848
P2P_PROXY_ADDRESS='${P2P_PROXY_ADDRESS:-}' \
49+
GENERATE_SETTINGS='${GENERATE_SETTINGS:-true}' \
4950
./start.sh" &
5051

5152
killpid="$!"

0 commit comments

Comments
 (0)