1
0
Fork 0

Add Valheim

This commit is contained in:
Lukáš Kucharczyk 2022-06-27 17:55:08 +02:00
parent a4e5dc112a
commit 05f09d9317
No known key found for this signature in database
1 changed files with 18 additions and 0 deletions

18
valheim.yml Normal file
View File

@ -0,0 +1,18 @@
---
version: '3.4'
services:
valheim:
image: ghcr.io/lloesche/valheim-server
restart: unless-stopped
volumes:
- /docker/valheim/config:/config
- /docker/valheim/data:/opt/valheim
environment:
- SERVER_NAME="JDL"
- WORLD_NAME="Tri geekove"
- SERVER_PASS="heslo"
ports:
- "2456-2457:2456-2457/udp"
cap_add:
- SYS_NICE