mornedhels / enshrouded-server

Enshrouded Dedicated Server with autoupdate (supervisord)
MIT License
120 stars 8 forks source link

Password Variable Not Working #66

Closed Nitrocrusher closed 3 months ago

Nitrocrusher commented 3 months ago

Is there an existing issue for this?

Used image version

Latest

Used docker compose file or docker command

docker run -d --name enshrouded \ --hostname enshrouded \ --restart=unless-stopped \ -p 15637:15637/udp \ -v ./game:/opt/enshrouded \ -e SERVER_NAME="My Server Name" \ -e SERVER_PASSWORD="My Password" \ -e UPDATE_CRON="/30 *" \ -e PUID=4711 \ -e PGID=4711 \ mornedhels/enshrouded-server:latest

What you expected to see, versus what you actually saw

I used the suggested commands, and the json shows the password and password variable, but does not ask for one when joining the server.

Logs from the container

mornedhels-enshrouded-server-1.csv

Nitrocrusher commented 3 months ago

After much searching you have to put a password for the roles as well for it to work.