docker_openttd icon indicating copy to clipboard operation
docker_openttd copied to clipboard

save - file not writable

Open KR34T1V opened this issue 3 years ago • 0 comments

Hi I am trying to host this docker container and keep getting save issues. I launch it using the following.

sudo docker run -it --rm -p 3979:3979/tcp -p 3979:3979/udp -v /home/admin/.openttd:/config --name openttd-NAB redditopenttd/openttd:latest

it keeps failing the save

[2021-05-19 17:06:40] dbg: [sl] Game Save Failed File not writable [2021-05-19 17:06:40] ERROR: Autosave failed

I have been playing with volume permissions etc but have not had any luck.

KR34T1V avatar May 19 '21 17:05 KR34T1V