Fix issue with mounting custom SSL certificates due to read-only volume mount (#3598)

This commit is contained in:
Vaalyn 2020-12-23 18:25:31 +01:00 committed by GitHub
parent b970690398
commit 88553a8368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -32,4 +32,4 @@ services:
build:
context: ../docker-azuracast-radio
volumes:
- ./util/local_ssl:/etc/nginx/certs:ro
- ./util/local_ssl:/etc/nginx/certs

View File

@ -263,7 +263,7 @@ services:
volumes:
- station_data:/var/azuracast/stations
- shoutcast2_install:/var/azuracast/servers/shoutcast2
- letsencrypt:/etc/nginx/certs:ro
- letsencrypt:/etc/nginx/certs
- tmp_data:/var/azuracast/www_tmp
networks:
- frontend
@ -291,4 +291,4 @@ volumes:
www_vendor: { }
tmp_data: { }
redis_data: { }
backups: { }
backups: { }