Last active 1703787515

My Media for Alexa lets you ask Alexa devices, such as Amazon Echo and the Amazon Dot, to play music from your existing home media library.

kahi revised this gist 1703787515. Go to revision

1 file changed, 1 insertion, 1 deletion

gistfile1.txt

@@ -2,7 +2,7 @@ version: '3.9'
2 2 # https://www.mymediaalexa.com/
3 3 services:
4 4 watchtower:
5 - image: bizmodeller/mymediaforalexa:1.3.151.0
5 + image: bizmodeller/mymediaforalexa:latest
6 6 container_name: MyMedia4Alexa
7 7 network_mode: bridge
8 8 ports:

kahi revised this gist 1703543735. Go to revision

No changes

kahi revised this gist 1703543706. Go to revision

1 file changed, 14 insertions

gistfile1.txt(file created)

@@ -0,0 +1,14 @@
1 + version: '3.9'
2 + # https://www.mymediaalexa.com/
3 + services:
4 + watchtower:
5 + image: bizmodeller/mymediaforalexa:1.3.151.0
6 + container_name: MyMedia4Alexa
7 + network_mode: bridge
8 + ports:
9 + - 52050:52050
10 + - 52051:52051
11 + volumes:
12 + - /volume1/docker/mymedia/.MyMediaForAlexa:/datadir
13 + - /volume2/music/Public/Neuzeit:/medialibrary_public:ro
14 + - /volume2/music/Public/RSS:/medialibrary_rss:ro
Newer Older