mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-05-17 14:46:40 +00:00
chore: Update docker-compose.yml
This commit is contained in:
parent
fcfdeec97d
commit
c660387827
@ -1,10 +1,10 @@
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
vouchervault:
|
vouchervault:
|
||||||
image: l4rm4nd/vouchervault:1.7.x
|
image: l4rm4nd/vouchervault:1.12.x
|
||||||
container_name: vouchervault
|
container_name: vouchervault
|
||||||
environment:
|
environment:
|
||||||
# your FQDN or IP; used to define ALLOWED_HOSTS and CSRF_TRUSTED_ORIGINS
|
# your FQDN or IP; multiple ones supported via comma delimiter
|
||||||
- DOMAIN=vouchervault.example.com
|
- DOMAIN=vouchervault.example.com
|
||||||
# set to True if you use a reverse proxy with tls; enables secure cookie flag and hsts
|
# set to True if you use a reverse proxy with tls; enables secure cookie flag and hsts
|
||||||
- SECURE_COOKIES=False
|
- SECURE_COOKIES=False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user