Hermsi1337 / docker-ark-server

Dockerize your ARK server - configurable via env
https://hub.docker.com/r/hermsi/ark-server/
MIT License
115 stars 35 forks source link

ensure_rights preventing boot with readonly configmap #34

Closed viruzeno closed 2 years ago

viruzeno commented 2 years ago

I am deploying on Kuberneties and have made the file '/app/server/ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ini' a ConfigMap. This means its readonly, and the chown command you added in recently can't modify it. (entrypoint.sh:14)

Reverting back to 'hermsi/ark-server:latest-1639458184' has fixed my issue, but this may effect others.

...ensuring rights on /app /home/steam
chown: changing ownership of '/app/server/ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ini': Read-only file system
Hermsi1337 commented 2 years ago

This is indeed a problem. I think I will add || return as a "quick" fix for you.