From 3cbf9d0940eb34468413b39b674493d8a8f25ddd Mon Sep 17 00:00:00 2001 From: yuuki <> Date: Tue, 5 Mar 2024 02:43:37 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B2=E3=82=92volume=E3=81=8B=E3=82=89?= =?UTF-8?q?=E8=AA=AD=E3=81=BF=E8=BE=BC=E3=82=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 1538915..0cc1578 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -16,6 +16,7 @@ docker run --detach \ --link taiko-redis \ --env TAIKO_WEB_MONGO_HOST=taiko-mongo \ --env TAIKO_WEB_REDIS_HOST=taiko-redis \ + --volume songs:/app/public/songs \ --env LETSENCRYPT_HOST=taikoapp.uk \ --env VIRTUAL_HOST=taikoapp.uk \ --env VIRTUAL_PORT=8080 \