edit for allowed hosts
This commit is contained in:
parent
5048b5a653
commit
83a6d67e69
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ services:
|
|||
- "traefik.http.routers.homepage.entrypoints=${TRAEFIK_ENTRY_POINTS}"
|
||||
- "traefik.http.routers.homepage.tls.certresolver=${TRAEFIK_RESOLVER}"
|
||||
- "traefik.http.services.homepage.loadbalancer.server.port=3000"
|
||||
environment:
|
||||
- HOMEPAGE_ALLOWED_HOSTS=*
|
||||
|
||||
networks:
|
||||
home_internal:
|
||||
|
|
|
|||
Loading…
Reference in a new issue