Documentation: add HOMEPAGE_ALLOWED_HOSTS to k8s docs (#4969)

pull/4981/head
Xavier Alexander 1 month ago committed by GitHub
parent 607a14083e
commit 964991781c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -302,6 +302,9 @@ spec:
- name: homepage
image: "ghcr.io/gethomepage/homepage:latest"
imagePullPolicy: Always
env:
- name: HOMEPAGE_ALLOWED_HOSTS
value: gethomepage.dev # required, may need port
ports:
- name: http
containerPort: 3000

Loading…
Cancel
Save