forgot to update
This commit is contained in:
parent
f00af75333
commit
be19114f5a
1 changed files with 10 additions and 5 deletions
15
compose.yaml
15
compose.yaml
|
|
@ -5,13 +5,18 @@ services:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: scp-sl-server
|
container_name: scp-sl-server
|
||||||
ports:
|
ports:
|
||||||
- 7777:7777/udp
|
- "7777:7777/udp"
|
||||||
volumes:
|
volumes:
|
||||||
- /home/oliwier/dockerData/scpsl/config:/home/steam/.config
|
- ./config:/home/steam/.config
|
||||||
environment:
|
environment:
|
||||||
- UID=1000
|
- UID=1000
|
||||||
- GID=1000
|
- GID=1000
|
||||||
- STEAM_USER=thestopa
|
# To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).
|
||||||
- STEAM_PASSWORD=${ST_PASSWORD}
|
# - TZ=Etc/UTC
|
||||||
|
# To download a specific version of the server, uncomment the next line and set the value to a valid manifest ID.
|
||||||
|
# - MANIFEST_ID=none
|
||||||
|
# If you need to use your own Steam credentials, uncomment and set the following variables.
|
||||||
|
# - STEAM_USER=your_steam_username
|
||||||
|
# - STEAM_PASSWORD=your_steam_password
|
||||||
|
# - STEAM_GUARD_CODE=your_2fa_code
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks: {}
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue