forgot to update

This commit is contained in:
Mikolaj Wojciech Gorski 2025-07-25 00:00:10 +02:00
parent f00af75333
commit be19114f5a

View file

@ -5,13 +5,18 @@ services:
dockerfile: Dockerfile
container_name: scp-sl-server
ports:
- 7777:7777/udp
- "7777:7777/udp"
volumes:
- /home/oliwier/dockerData/scpsl/config:/home/steam/.config
- ./config:/home/steam/.config
environment:
- UID=1000
- GID=1000
- STEAM_USER=thestopa
- STEAM_PASSWORD=${ST_PASSWORD}
# 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).
# - 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
networks: {}