You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`/path/to/Logs:/home/sdtdserver/log/`| 7DaysToDie server log files. |
11
+
|`/path/to/ServerFiles:/home/sdtdserver/serverfiles/`| 7DaysToDie server config files. |
12
12
13
13
## Ports
14
14
@@ -26,12 +26,13 @@
26
26
27
27
| Parameter | Function | Values |
28
28
| --- | --- | :---: |
29
+
|`CHANGE_CONFIG_DIR_OWNERSHIP`| Disable chown of config dirs |[More info](parameters.md#directory-ownership)|
30
+
|`LINUXGSM_VERSION=v24.3.4`| Allow to change LinuxGSM script version, you can use a tag or a branch |[More info](https://github.com/GameServerManagers/LinuxGSM/tags)|
31
+
|`PGID=1000`| for GroupID |[More info](user_groups_identifiers.md)|
32
+
|`PUID=1000`| for UserID |[More info](user_groups_identifiers.md)|
29
33
|`START_MODE=1`| Start mode of the container **required**|[Start Modes](parameters.md#start-modes)|
30
34
|`TimeZone=Europe/Madrid`| for TimeZone **recomendable**|[TZ Database](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)|
31
-
|`PUID=1000`| for UserID |[More info](user_groups_identifiers.md)|
32
-
|`PGID=1000`| for GroupID |[More info](user_groups_identifiers.md)|
33
35
|`--restart unless-stopped`| Restart container always unlesss stopped manually **NEVER USE WITH START_MODE=0, 2 or 4**|[Restart Policy](https://docs.docker.com/config/containers/start-containers-automatically/#use-a-restart-policy)|
Sometimes if you're running some of your volumes on a NAS, you wont be the owner of the volumes you mount, and wont have access to change their ownership. This setting will bypass trying to change ownership, otherwise the startup will fail.
0 commit comments