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:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
- ./web:/web
|
- ./web:/web
|
||||||
|
- ./var/ssl:/srv/var/ssl
|
||||||
environment:
|
environment:
|
||||||
- TZ=America/Chicago
|
- TZ=America/Chicago
|
||||||
- DOCKER_ENABLED=true
|
- DOCKER_ENABLED=true
|
||||||
- SSL_TYPE=auto
|
- SSL_TYPE=auto
|
||||||
- SSL_ACME_FQDN=example.com <-- replace it
|
- SSL_ACME_FQDN=example.com <-- replace it
|
||||||
|
- SSL_ACME_LOCATION=/srv/var/ssl
|
||||||
- HEADER=
|
- HEADER=
|
||||||
X-Frame-Options:SAMEORIGIN,
|
X-Frame-Options:SAMEORIGIN,
|
||||||
X-XSS-Protection:1; mode=block;,
|
X-XSS-Protection:1; mode=block;,
|
||||||
|
Reference in New Issue
Block a user