🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-09-07 01:42:52 -04:00
parent ef1884fa17
commit 6ddaf72401
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -18,9 +18,9 @@ docker run -d \
--name casjaysdevdocker-music \
--hostname casjaysdev-music \
-e TZ=${TIMEZONE:-America/New_York} \
-v $HOME/.local/share/docker/storage/music/music/data:/data \
-v $HOME/.local/share/docker/storage/music/music/config:/config \
-p 80:80 \
-v $HOME/.local/share/docker/storage/music/data:/data \
-v $HOME/.local/share/docker/storage/music/config:/config \
-p 19020:80 \
-p 6600:6600 \
casjaysdevdocker/music:latest
```