1
0

Docker Compose - Persist SteamCMD

This commit is contained in:
Alex Thomassen 2021-09-13 15:48:41 +02:00
parent 2208382fb0
commit 82de8ea023
Signed by: Alex
GPG Key ID: 10BD786B5F6FF5DE

View File

@ -16,6 +16,9 @@ services:
- ./server_files:/server
# Server config. This is mounted as "read-only" in the container.
- ./serverDZ.cfg:/config.cfg:ro
# Persist SteamCMD updates, so it doesn't need to re-download the update every time...
- ./.steamcmd:/root/.steam
environment:
CONFIG_FILE: /config.cfg
PROFILE_DIR: /data