1
0
mirror of https://github.com/GameServerManagers/docker-gameserver.git synced 2025-02-06 11:02:33 +00:00

feat: change example docker-compose network_mode to host

A simpler example to get up and running
This commit is contained in:
Daniel Gibbs 2023-09-11 21:48:05 +01:00
parent 1a81c64734
commit 2e71755967
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55

View File

@ -8,7 +8,7 @@ services:
restart: unless-stopped
volumes:
- /path/to/linuxgsm/{{ shortname }}server:/data
ports:
network_mode: host
# volume example
linuxgsm-{{ shortname }}-volume:
@ -18,7 +18,7 @@ services:
restart: unless-stopped
volumes:
- linuxgsm-{{ shortname }}:/data
ports:
network_mode: host
volumes:
linuxgsm-{{ shortname }}: