0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-07 00:50:23 -05:00

Add dependency on immich-web to immich-proxy (#2875)

This commit is contained in:
Jonathan Jogenfors 2023-06-20 15:46:48 +02:00 committed by GitHub
parent 81e2b18531
commit f003ff3c98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -136,6 +136,7 @@ services:
- 2283:8080
depends_on:
- immich-server
- immich-web
restart: always
volumes:

View file

@ -87,6 +87,7 @@ services:
- 2283:8080
depends_on:
- immich-server
- immich-web
restart: always
volumes: