homepage added port to domain

This commit is contained in:
dn
2025-04-08 13:52:39 +02:00
parent 87546e064d
commit a203b15639

View File

@@ -13,7 +13,7 @@ services:
environment:
- PUID=1000
- PGID=1000
- HOMEPAGE_ALLOWED_HOSTS=dockers.localdomain # add your FQDN here
- HOMEPAGE_ALLOWED_HOSTS=dockers.localdomain:3065 # add your FQDN here
volumes:
#- /var/run/docker.sock:/var/run/docker.sock:ro # (optional) For docker integrations