We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfdeec commit c660387Copy full SHA for c660387
examples/vouchervault/docker-compose.yml
@@ -1,10 +1,10 @@
1
services:
2
3
vouchervault:
4
- image: l4rm4nd/vouchervault:1.7.x
+ image: l4rm4nd/vouchervault:1.12.x
5
container_name: vouchervault
6
environment:
7
- # your FQDN or IP; used to define ALLOWED_HOSTS and CSRF_TRUSTED_ORIGINS
+ # your FQDN or IP; multiple ones supported via comma delimiter
8
- DOMAIN=vouchervault.example.com
9
# set to True if you use a reverse proxy with tls; enables secure cookie flag and hsts
10
- SECURE_COOKIES=False
0 commit comments