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}"