Files
lgsm-cs-funmaps-addon/docker-compose.yml
2023-11-14 10:58:43 +01:00

13 lines
299 B
YAML

version: "3.8"
services:
server:
image: gameservermanagers/gameserver:cs
# image: ghcr.io/gameservermanagers/gameserver:cs
container_name: lgsm-cs
restart: unless-stopped
volumes:
- /opt/docker/lgsm-cs:/data
ports:
- "27015:27015/udp"
- "27015:27015/tcp"