1
0
mirror of https://github.com/umputun/reproxy.git synced 2025-06-30 22:13:42 +02:00

Add persistent volume to keep certificates

This commit is contained in:
Roman Makarenko
2022-03-17 08:42:43 +02:00
committed by Umputun
parent 5b76633089
commit cda43cfb5c

View File

@ -9,11 +9,13 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./web:/web
- ./var/ssl:/srv/var/ssl
environment:
- TZ=America/Chicago
- DOCKER_ENABLED=true
- SSL_TYPE=auto
- SSL_ACME_FQDN=example.com <-- replace it
- SSL_ACME_LOCATION=/srv/var/ssl
- HEADER=
X-Frame-Options:SAMEORIGIN,
X-XSS-Protection:1; mode=block;,