fix: restore read_only on icecast config mount
This commit is contained in:
parent
c1a8e2b049
commit
9963b723f9
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ services:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ./config/icecast.xml
|
source: ./config/icecast.xml
|
||||||
target: /etc/icecast.xml
|
target: /etc/icecast.xml
|
||||||
|
read_only: true
|
||||||
healthcheck:
|
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']
|
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
|
interval: 30s
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue