Add server.cfg to docker mount

This commit is contained in:
Salt 2021-06-16 01:51:29 -05:00
parent 1af1698d82
commit ac8aa9a049

View File

@ -72,6 +72,8 @@
- "27015:27015"
- "27015:27015/udp"
- "27020:27020/udp"
volumes:
- /data/css/server.cfg:/home/steam/css/cstrike/cfg/my-server.cfg
tags: [ docker, css ]
# https://github.com/mkrupczak3/SCP-SECRET-LAB-DOCKER
# Kinda forked it and changed a few settings tho