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:
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue