fix: bind Immich to 0.0.0.0 to allow Tailscale access
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
ports:
|
||||
- "127.0.0.1:2283:2283"
|
||||
- "0.0.0.0:2283:2283"
|
||||
volumes:
|
||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||
- /volume1/photo:/mnt/photo:ro
|
||||
|
||||
Reference in New Issue
Block a user