1
0
Tuan Nguyen 11 сар өмнө
parent
commit
3345265345
1 өөрчлөгдсөн 1 нэмэгдсэн , 3 устгасан
  1. 1 3
      docker-compose.yml

+ 1 - 3
docker-compose.yml

@@ -6,9 +6,7 @@ services:
     ports:
       - "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
-      - ./state.json:/app/state.json
+      - .:/app
     devices:
       - "/dev/ttyACM0:/dev/ttyACM0"
     privileged: true