Skip to content

Commit

Permalink
docker mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Gibb authored and Scott Gibb committed Jan 26, 2024
1 parent a1daa58 commit 2dd5773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PiHome/Security/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ services:
- TZ=Europe/London
volumes:
- type: bind
source: /home/pi/docker-mounts/etc
source: /home/pi/docker-mounts/motion-eye/etc
target: /etc
- type: bind
source: /home/pi/docker-mounts/var
source: /home/pi/docker-mount/motion-eyes/var
target: /var
ports:
- 8765:8765
Expand Down

0 comments on commit 2dd5773

Please sign in to comment.