Update docker-compose.yml

This commit is contained in:
2023-11-24 23:27:02 +01:00
parent f9eb78464e
commit b8aa544672

View File

@@ -1,12 +1,12 @@
version: "3.8" version: "3.8"
services: services:
lgsm-csserver: csserver:
image: gameservermanagers/gameserver:cs image: gameservermanagers/gameserver:cs
# image: ghcr.io/gameservermanagers/gameserver:cs # image: ghcr.io/gameservermanagers/gameserver:cs
container_name: csserver container_name: csserver
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./volumes:/data - ./volumes:/data
ports: ports:
- "27015:27015/udp" - "27015:27015/udp"
- "27015:27015/tcp" - "27015:27015/tcp"