mirror of
https://github.com/kemko/reproxy.git
synced 2026-01-01 15:55:49 +03: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