docker-compose.yml - set upmpdcli to restart: always

This commit is contained in:
Nick Stokoe
2021-02-19 11:22:07 +00:00
parent 18ec2c5320
commit 17a04fc559

View File

@@ -150,6 +150,7 @@ services:
- mopidy
# Host mode needed for advertisement
network_mode: host
restart: always
# Next three services adapted from
# https://github.com/deisi/audiostation/blob/master/docker-compose.yml