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:
parent
1a81c64734
commit
2e71755967
@ -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 }}:
|
||||
|
Loading…
x
Reference in New Issue
Block a user