fix(compose): certs dir writable by livereload
- readonly mapping would prevent cert auto-generation
This commit is contained in:
parent
34ffb96025
commit
7ce5738399
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user