Fix Caddy volumes to persist SSL (#613)
I'm blaming commit 380eef5fd9
for breaking this functionality.
This commit is contained in:
parent
cdaa344321
commit
770a9779ca
@ -287,6 +287,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./caddy/Caddyfile:/etc/Caddyfile
|
- ./caddy/Caddyfile:/etc/Caddyfile
|
||||||
- ./logs/caddy:/var/log/caddy
|
- ./logs/caddy:/var/log/caddy
|
||||||
|
- caddy:/root/.caddy
|
||||||
links:
|
links:
|
||||||
- php-fpm
|
- php-fpm
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user