You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
what i have to change by the ports to create a second server:
version: "3"
services:
valheim:
image: lloesche/valheim-server
cap_add:
- sys_nice
volumes:
- /share/CACHEDEV1_DATA/{path_to_folder}/config:/config
- /share/CACHEDEV1_DATA/{path_to_folder}/data:/opt/valheim
ports:
- "2456-2457:2456-2457/udp"
- "9001:9001/tcp"
env_file:
- /share/CACHEDEV1_DATA/{path_to_folder}/valheim.env
restart: always
stop_grace_period: 2m
deploy:
resources:
limits:
cpus: '0.70'
memory: 4gb
i use qnap
many thanks
Holger
Beta Was this translation helpful? Give feedback.
All reactions