1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-22 01:47:08 +02: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: