Skip to content

Commit 9fb00a4

Browse files
committed
Simplify bind mount for node-red-dashboard
1 parent adc5024 commit 9fb00a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deployments/node-red-dashboard/compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ services:
44
ports:
55
- 1880:1880
66
volumes:
7-
- ~/.local/share/planktoscope/data/img/:/home/pi/data/img/
8-
- ~/.local/share/planktoscope/data/export/ecotaxa/:/home/pi/data/export/ecotaxa/
7+
- ~/.local/share/planktoscope/data/:/home/pi/data/
98
extra_hosts:
109
- host.docker.internal:host-gateway

0 commit comments

Comments
 (0)