Skip to content

Commit c660387

Browse files
authored
chore: Update docker-compose.yml
1 parent fcfdeec commit c660387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/vouchervault/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
services:
22

33
vouchervault:
4-
image: l4rm4nd/vouchervault:1.7.x
4+
image: l4rm4nd/vouchervault:1.12.x
55
container_name: vouchervault
66
environment:
7-
# your FQDN or IP; used to define ALLOWED_HOSTS and CSRF_TRUSTED_ORIGINS
7+
# your FQDN or IP; multiple ones supported via comma delimiter
88
- DOMAIN=vouchervault.example.com
99
# set to True if you use a reverse proxy with tls; enables secure cookie flag and hsts
1010
- SECURE_COOKIES=False

0 commit comments

Comments
 (0)