added docker-compose
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
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"
|
||||||
Reference in New Issue
Block a user