fix: bind Immich to 0.0.0.0 to allow Tailscale access

This commit is contained in:
Gan, Jimmy
2026-03-15 00:29:45 +08:00
parent d0078f7e9d
commit 9929567679
+1 -1
View File
@@ -6,7 +6,7 @@ services:
labels: labels:
- "com.centurylinklabs.watchtower.enable=true" - "com.centurylinklabs.watchtower.enable=true"
ports: ports:
- "127.0.0.1:2283:2283" - "0.0.0.0:2283:2283"
volumes: volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload - ${UPLOAD_LOCATION}:/usr/src/app/upload
- /volume1/photo:/mnt/photo:ro - /volume1/photo:/mnt/photo:ro