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:
@ -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;,
|
||||
|
Reference in New Issue
Block a user