Hermsi1337 / docker-ark-server

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

Ensuring rights takes a very long time #62

Closed SeanOMik closed 2 years ago

SeanOMik commented 2 years ago

When booting the server, it always ensures rights on the mounted /app directory. The issue is that it takes a very long time, looking at docker-compose logs with timestamps, it takes about 30 minutes. Maybe an environmental variable can be added to skip ensuring rights?

Hermsi1337 commented 2 years ago

Hey Mate,

I've did a major-refactoring to this image which also includes changes to the chowning-thing.

I'd be glad if you'd test it: quay.io/hermsi1337/ark-server:refactor

https://github.com/Hermsi1337/docker-ark-server/pull/57

Hermsi1337 commented 2 years ago

This should be fixed by #57 ... try using the current latest-img.

Feel free to open if you have any issues (=

Regards

SeanOMik commented 2 years ago

I tested the refactor tag yesterday and it did fix it, I just forgot to say something. I'll swap to the latest tag now, thanks!