added some environment variables to the compose file in hope that they get picked by tools
This commit is contained in:
parent
a66fb3a3fb
commit
bd70c8b67c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue