dc: fix compose, remove SESSION_COOKIE_DOMAIN

This commit is contained in:
Jens Langhammer
2020-05-16 20:39:38 +02:00
parent e68352b09c
commit 333ee3eed4
4 changed files with 2 additions and 8 deletions

View File

@ -8,7 +8,7 @@
## Quick instance
```
export PASSBOOK_DOMAIN=domain.tld
export PASSBOOK_DOMAIN=localhost
# Optionally enable Error-reporting
# export PASSBOOK_ERROR_REPORTING=true
docker-compose pull