17 lines
441 B
YAML
17 lines
441 B
YAML
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
|