Remove /etc/timezone volume mount from compose (#4336)

This commit is contained in:
markeeisner
2023-10-04 13:01:00 +04:00
committed by GitHub
parent 81d51fbd7e
commit e5b4d09827
3 changed files with 0 additions and 6 deletions

View File

@@ -7,7 +7,6 @@ services:
command: ["start.sh", "immich"]
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
env_file:
- .env
@@ -26,7 +25,6 @@ services:
command: ["start.sh", "microservices"]
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
env_file:
- .env