Browse Source

expose playlist.json file

Tuan Nguyen 1 năm trước cách đây
mục cha
commit
36d0a44d8d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      docker-compose.yml

+ 1 - 0
docker-compose.yml

@@ -7,6 +7,7 @@ services:
       - "8080:8080" # Map port 8080 of the container to 8080 of the host
     volumes:
       - ./patterns:/app/patterns # Map host folder to container folder
+      - ./playlists.json:/app/playlists.json
     devices:
       - "/dev/ttyACM0:/dev/ttyACM0"
     privileged: true