Dylan Kernohan

Results 4 comments of Dylan Kernohan

I tried it all again with a fresh copy of your image from the hub, and the backup is working. So it appears to be an issue with me building...

At first I copied the Dockerfile you have in the repo and was running `docker build --tag 'palworld-dedicated-server` myself to generate the image. Then I was using that image to...

> I ran into this issue, running `chown -R 1000:1000` (or whatever PUID/PGID you're using) and/or `chmod -R 755` the directory fixed it for me. I have these two lines...

> A work around is to add the following after the volume creation (`VOLUME [ "/palworld" ]`): > > _Note that I haven't tested if having steam own /palworld will...