1
0
Fork 0

valheim: remove quotes around env variables

This commit is contained in:
Lukáš Kucharczyk 2022-07-02 12:29:20 +00:00
parent e6131c4a88
commit b14490843a
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@ services:
- /docker/valheim/config:/config
- /docker/valheim/data:/opt/valheim
environment:
- SERVER_NAME="Muj novy server (dedikovany)"
- SERVER_NAME=Muj novy server (dedikovany)
- WORLD_NAME="Dedicated"
# - SERVER_PASS="heslo"
- SERVER_PASS=heslo
- PUID=1000
- PGID=100
ports: