remove wildcard from traefik example

This commit is contained in:
joergmschulz 2022-11-21 23:47:44 +01:00 committed by GitHub
parent ecb2b3c55b
commit ce03067855
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ services:
- ADMIN_USER=admin
- ADMIN_PASS=collabora-online
- ALLOWED_HOSTS=^(.*)\.example\.org
- ALLOWED_HOSTS=host1.example.org,host2.example.org,host1.example.net
- ENABLE_TLS=FALSE
- ENABLE_TLS_REVERSE_PROXY=TRUE