From 9963b723f977a85dc2292de2fedebebafacfadfd Mon Sep 17 00:00:00 2001 From: devilreef Date: Wed, 29 Apr 2026 23:50:39 +0600 Subject: [PATCH] fix: restore read_only on icecast config mount --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index ba2cb40..13739d3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,6 +10,7 @@ services: - type: bind source: ./config/icecast.xml target: /etc/icecast.xml + read_only: true healthcheck: test: ['CMD', 'bash', '-c', 'exec 3<>/dev/tcp/localhost/8000 && printf "GET /status-json.xsl HTTP/1.0\r\nHost: localhost\r\n\r\n" >&3 && grep -q icestats <&3'] interval: 30s