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