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