fix: restore read_only on icecast config mount

This commit is contained in:
devilreef 2026-04-29 23:50:39 +06:00
parent c1a8e2b049
commit 9963b723f9
Signed by: devilreef
SSH key fingerprint: SHA256:UZisRr4iuXx+IhkbZnR655L2RWAT6o2rgbGv5F/6m3Y

View file

@ -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