From f0ed21fb349f75d760f4d33baa62405a609ad881 Mon Sep 17 00:00:00 2001 From: komodo Date: Wed, 7 May 2025 19:23:12 +0000 Subject: [PATCH] [Komodo] admin: Write Compose File: update compose.yaml --- compose.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 8daba31..342c73e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -68,4 +68,6 @@ services: environment: HOMEPAGE_ALLOWED_HOSTS: home.sascha-lutz.de # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts PUID: 1000 - PGID: 1000 \ No newline at end of file + PGID: 1000 + networks: + - proxy_network \ No newline at end of file