LibrePhotos / librephotos-docker

You can find here the Dockerfiles for the automated build process of LibrePhotos.
MIT License
157 stars 101 forks source link

Docker file to mount TZ from the machine #96

Open scepterus opened 1 year ago

scepterus commented 1 year ago

Right now the docker file is not mounting the machine's date and time, something like:

This is the new convention of docker file, it would be nice if the docker file in the git example would also be in the new convention. It's easy to convert using docker compose convert.

quartztester commented 3 months ago

@scepterus Is this still an issue? Where would I read more documentation on this?

scepterus commented 3 months ago

@scepterus Is this still an issue? Where would I read more documentation on this?

https://github.com/LibrePhotos/librephotos-docker/blob/main/docker-compose.yml the docker compose is still in the Compose V1 format, and does not mount the system time to the docker container.