mschnitzer / ark-survival-ascended-linux-container-image

A docker/podman container that is able to run an ARK: Survival Ascended on a Linux host.
70 stars 13 forks source link

time is Off #44

Closed kg5hfl closed 3 months ago

kg5hfl commented 6 months ago

Tried to change time with date -s inside the container, but it says Operation Not Permitted. Any suggestions on changing or syncing with local time?

mschnitzer commented 6 months ago

There's no solution integrated for this from my side. If you want to change the time, you have to do it manually in the container yourself :-/ Maybe there's a native docker way, but I'm not too sure about that.

mschnitzer commented 3 months ago

I developed a fix for this issue. I hope this works on all distributions seamlessly. Once I release 1.3.0 of this container image, you can adjust your docker-compose.yml and add the following line to your volume list:

https://github.com/mschnitzer/ark-survival-ascended-linux-container-image/commit/426f8f2cca5452c8aac98e7863cde96c6e2b1749#diff-e45e45baeda1c1e73482975a664062aa56f20c03dd9d64a827aba57775bed0d3R24

I will release 1.3.0 either today or tomorrow.