mirror of
https://github.com/umputun/reproxy.git
synced 2024-11-23 00:36:55 +03:00
Add persistent volume to keep certificates
This commit is contained in:
parent
5b76633089
commit
cda43cfb5c
@ -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;,
|
||||
|
Loading…
Reference in New Issue
Block a user