fix(compose): certs dir writable by livereload

- readonly mapping would prevent cert auto-generation
This commit is contained in:
Asif Bacchus 2021-07-23 19:25:23 -06:00
parent 34ffb96025
commit 7ce5738399
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ services:
image: docker.asifbacchus.dev/livereload/livereload:latest
container_name: livereload
volumes:
- ./certs:certs:ro
- ./certs:certs
- ${WATCHDIR}:/watch:ro
ports:
- "${LR_PORT:-35729}:${LR_PORT:-35729}"