fix: use restart:always so containers recover from process crashes
This commit is contained in:
parent
a8bb02732f
commit
439ae3c9c0
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ name: 'denpa-radio'
|
||||||
services:
|
services:
|
||||||
icecast:
|
icecast:
|
||||||
image: libretime/icecast:2.4.4
|
image: libretime/icecast:2.4.4
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- '172.17.0.1:12000:8000'
|
- '172.17.0.1:12000:8000'
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -21,7 +21,7 @@ services:
|
||||||
|
|
||||||
liquidsoap:
|
liquidsoap:
|
||||||
image: savonet/liquidsoap:v2.3.3
|
image: savonet/liquidsoap:v2.3.3
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
env_file: config/liquidsoap.env
|
env_file: config/liquidsoap.env
|
||||||
depends_on:
|
depends_on:
|
||||||
icecast:
|
icecast:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue