Skip to content

Commit

Permalink
better bind mount syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mammo0 committed Feb 16, 2024
1 parent 247ee37 commit 4f404d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ services:
volumes:
- arkime_config:/data/config
- arkime_logs:/data/logs
- $PCAP_DIR:/data/pcap
- type: bind
source: $PCAP_DIR
target: /data/pcap
networks:
- arkime-os

Expand Down

0 comments on commit 4f404d0

Please sign in to comment.