From c86e34511787f27f85a410489ff1b350f7ad352b Mon Sep 17 00:00:00 2001 From: valere Date: Sat, 4 Oct 2025 01:17:24 +0200 Subject: [PATCH] add folder for playlists api 3 --- .gitignore | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4c25f17..721cedf 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,4 @@ logs .DS_Store .fleet .idea - +mnt \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 9486f93..59bc46a 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: ports: - "${PORT}:${PORT_EXPOSED}" volumes: - - $MEDIA_DIR:/mnt/media + - $MEDIA_DIR:/app/mnt/media environment: VIRTUAL_HOST: "${DOMAIN}" LETSENCRYPT_HOST: "${DOMAIN}"