Add missing services and update -gitignore

This commit is contained in:
compute
2026-05-03 07:40:52 +00:00
parent 2efeef39c5
commit 69d5fc0b16
6 changed files with 111 additions and 0 deletions
+16
View File
@@ -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