adjust docker compose
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
lgsm-cs:
|
lgsm-csserver:
|
||||||
image: gameservermanagers/gameserver:cs
|
image: gameservermanagers/gameserver:cs
|
||||||
# image: ghcr.io/gameservermanagers/gameserver:cs
|
# image: ghcr.io/gameservermanagers/gameserver:cs
|
||||||
container_name: lgsm-cs
|
container_name: csserver
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./volumes:/data
|
- ./volumes:/data
|
||||||
|
|||||||
Reference in New Issue
Block a user