Update docker-compose.yml

pull/2/head
LRVT 2023-02-19 06:19:44 +01:00 zatwierdzone przez GitHub
rodzic be0f41df71
commit bb2014612f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -87,8 +87,8 @@ services:
immich-proxy: immich-proxy:
container_name: immich-proxy container_name: immich-proxy
image: altran1502/immich-proxy:release image: altran1502/immich-proxy:release
# ports: ports:
# - 8080:8080 # WEB UI via proxy; do not remove this proxy service, use it! - 8080:8080 # WEB UI via proxy; do not remove this proxy service, use it! Even if you have your own reverse proxy.
depends_on: depends_on:
- immich-server - immich-server
restart: unless-stopped restart: unless-stopped