mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-22 08:12:19 +00:00
chore: Update docker-compose.yml
This commit is contained in:
parent
fcfdeec97d
commit
c660387827
|
@ -1,10 +1,10 @@
|
|||
services:
|
||||
|
||||
vouchervault:
|
||||
image: l4rm4nd/vouchervault:1.7.x
|
||||
image: l4rm4nd/vouchervault:1.12.x
|
||||
container_name: vouchervault
|
||||
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
|
||||
# set to True if you use a reverse proxy with tls; enables secure cookie flag and hsts
|
||||
- SECURE_COOKIES=False
|
||||
|
|
Loading…
Reference in New Issue
Block a user