Remove read-only flag on SSL certs for developers.

This commit is contained in:
Buster "Silver Eagle" Neece 2020-08-25 14:44:34 -05:00
parent ce8cfcee3d
commit 047ffd6eca
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ services:
build:
context: ../docker-azuracast-nginx-proxy
volumes:
- ./util/local_ssl:/etc/nginx/certs:ro
- ./util/local_ssl:/etc/nginx/certs
- /var/run/docker.sock:/tmp/docker.sock:ro
web: