diff --git a/docker-compose.yaml b/docker-compose.yaml index 5ac1d87..37206af 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -5,7 +5,7 @@ services: HTTP_PORT: "9002" volumes: - config:/config - - media:/media:ro + - /mnt/media:/media:ro - playlist:/playlist - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro @@ -21,9 +21,6 @@ services: volumes: config: playlist: - media: - external: true - name: media networks: lms: reverseproxy_public: