From 3f6e04a5b2151586780f76cd98aad58b5303f48b Mon Sep 17 00:00:00 2001 From: Micha Date: Sun, 29 Mar 2026 08:13:29 +0000 Subject: [PATCH] fix(immich): set immich_default network to internal: true (Block F) --- apps/immich/docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/immich/docker-compose.yml b/apps/immich/docker-compose.yml index 77ce92b..7ab085d 100644 --- a/apps/immich/docker-compose.yml +++ b/apps/immich/docker-compose.yml @@ -73,6 +73,8 @@ volumes: networks: immich_default: - external: true + name: immich_default + internal: true + driver: bridge frontend_net: external: true \ No newline at end of file