added some environment variables to the compose file in hope that they get picked by tools

This commit is contained in:
Nosk Lo Github 2022-02-28 13:40:30 +00:00
parent a66fb3a3fb
commit bd70c8b67c
1 changed files with 3 additions and 3 deletions

View File

@ -9,10 +9,10 @@ services:
build:
context: .
dockerfile: valheim.Dockerfile
# environment:
# NAME: New Server Name
environment:
NAME: $VALHEIM_SERVER_NAME
# WORLD: ServerWorldFilename
# PASSWORD: nopassword
PASSWORD: $VALHEIM_SERVER_PASSWORD
# SAVEDIR: /vhsave
# PUBLIC: 0
# PORT: 2456