Add missing services and update -gitignore
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
sons-of-the-forest-dedicated-server:
|
||||
container_name: sons-of-the-forest-dedicated-server
|
||||
image: jammsen/sons-of-the-forest-dedicated-server:latest
|
||||
restart: always
|
||||
environment:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
ALWAYS_UPDATE_ON_START: true
|
||||
SKIP_NETWORK_ACCESSIBILITY_TEST: true
|
||||
ports:
|
||||
- 8766:8766/udp
|
||||
- 27016:27016/udp
|
||||
- 9700:9700/udp
|
||||
volumes:
|
||||
- ./game:/sonsoftheforest
|
||||
Reference in New Issue
Block a user