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: build:
context: . context: .
dockerfile: valheim.Dockerfile dockerfile: valheim.Dockerfile
# environment: environment:
# NAME: New Server Name NAME: $VALHEIM_SERVER_NAME
# WORLD: ServerWorldFilename # WORLD: ServerWorldFilename
# PASSWORD: nopassword PASSWORD: $VALHEIM_SERVER_PASSWORD
# SAVEDIR: /vhsave # SAVEDIR: /vhsave
# PUBLIC: 0 # PUBLIC: 0
# PORT: 2456 # PORT: 2456