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"
services:
lgsm-csserver:
image: gameservermanagers/gameserver:cs
# image: ghcr.io/gameservermanagers/gameserver:cs
container_name: csserver
restart: unless-stopped
volumes:
- ./volumes:/data
ports:
- "27015:27015/udp"
- "27015:27015/tcp"
version: "3.8"
services:
csserver:
image: gameservermanagers/gameserver:cs
# image: ghcr.io/gameservermanagers/gameserver:cs
container_name: csserver
restart: unless-stopped
volumes:
- ./volumes:/data
ports:
- "27015:27015/udp"
- "27015:27015/tcp"