mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
Remove /etc/timezone volume mount from compose (#4336)
This commit is contained in:
parent
81d51fbd7e
commit
e5b4d09827
3 changed files with 0 additions and 6 deletions
|
|
@ -10,7 +10,6 @@ services:
|
|||
command: ["./start-server.sh"]
|
||||
volumes:
|
||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
env_file:
|
||||
- .env
|
||||
|
|
@ -44,7 +43,6 @@ services:
|
|||
command: ["./start-microservices.sh"]
|
||||
volumes:
|
||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
env_file:
|
||||
- .env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue