Update Photography_Containers/immich/compose.yaml

This commit is contained in:
2026-02-07 23:09:14 +00:00
parent d011535135
commit 8b7c5016a3
+6 -7
View File
@@ -2,6 +2,12 @@
# Make sure to use the docker-compose.yml of the current release: # Make sure to use the docker-compose.yml of the current release:
# https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml # https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml
name: immich name: immich
networks:
traefik_network:
external: true
immich:
name: immich_network
driver: bridge
services: services:
immich-server: immich-server:
@@ -89,10 +95,3 @@ services:
disable: false disable: false
networks: networks:
- immich_network - immich_network
networks:
traefik_network:
external: true
immich:
name: immich_network
driver: bridge