Skip to content

Commit

Permalink
Add volume mount of dionaea registration to example docker-compose.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Bowling <[email protected]>
  • Loading branch information
Jesse Bowling committed Feb 29, 2020
1 parent c55307e commit 3c1990b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*.swp
docker-compose.override.yml
cowrie/cowrie.json
docker-compose-devel.yml
logs/
dionaea/
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ services:
build:
context: .
image: dionaea:latest
volumes:
- ./dionaea:/etc/dionaea/:z
env_file:
- dionaea.env
ports:
Expand Down

0 comments on commit 3c1990b

Please sign in to comment.