Fix cookie_domain env (#64)

This commit is contained in:
Sandro
2019-10-03 10:44:09 +13:00
committed by David Young
parent eb50041c32
commit efceda1f68
@@ -43,7 +43,7 @@ CLIENT_SECRET=<your keycloak client secret>
OIDC_ISSUER=https://<your keycloak URL>/auth/realms/master
SECRET=<a random string to secure your cookie>
AUTH_HOST=<the FQDN to use for your auth host>
COOKIE_DOMAINS=<the root FQDN of your domain>
COOKIE_DOMAIN=<the root FQDN of your domain>
```
### Prepare the docker service config