You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
442 B
20 lines
442 B
version: "3.7"
|
|
|
|
services:
|
|
|
|
#
|
|
# Valheim
|
|
#
|
|
valheim:
|
|
image: lloesche/valheim-server
|
|
environment:
|
|
- TZ=${TZ}
|
|
- SERVER_NAME=${VALHEIM_SERVER_NAME}
|
|
- SERVER_PORT=${VALHEIM_SERVER_PORT}
|
|
- WORLD_NAME=${VALHEIM_WORLD_NAME}
|
|
- SERVER_PASS=${VALHEIM_SERVER_PASS}
|
|
- SERVER_PUBLIC=${VALHEIM_SERVER_PUBLIC}
|
|
ports:
|
|
- "2456-2458:2456-2458/udp"
|
|
volumes:
|
|
- "${DATA_DIR}/valheim:/config" |