Skip to content

Commit

Permalink
Merge pull request #65 from JesseBowling/master
Browse files Browse the repository at this point in the history
Add volume mount to hold state file
  • Loading branch information
amerck authored Oct 25, 2018
2 parents f791860 + 0a27a48 commit 59dd875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/deploy_dionaea.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
volumes:
- ./dionaea.sysconfig:/etc/default/dionaea
- ./dionaea/services-available/:/opt/dionaea/etc/dionaea/services-enabled/
- ./dionaea/dionaea:/etc/dionaea/
ports:
- "21:21"
- "23:23"
Expand Down

0 comments on commit 59dd875

Please sign in to comment.