@@ -3,6 +3,7 @@ services:
droppy:
container_name: droppy
image: silverwind/armhf-droppy
+ restart: unless-stopped
ports:
- '8989:8989'
volumes:
@@ -11,4 +12,3 @@ services:
environment:
- uid=${uid}
- gid=${gid}
- restart: unless-stopped
@@ -4,10 +4,11 @@ services:
build: .
container_name: mopidy
image: toastie/mopidy
- '6600:6600'
- '80:6680'
devices:
- '/dev/snd:/dev/snd'
- - ./data/mopidy/:/var/lib/mopidy/
+ - ./data/mopidy/:/var/lib/mopidy/
@@ -4,6 +4,7 @@ services:
container_name: rfidac
image: toastie/rfidac
- '/dev/input/event0:/dev/input/event0'