From 6ddaf7240158307193f41fb127aacd75a15f8201 Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 7 Sep 2022 01:42:52 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48b0429..09378cb 100644 --- a/README.md +++ b/README.md @@ -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 ```