Skip to content

Commit

Permalink
use volume provisioner to set right for volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
David Baum committed Jul 7, 2019
1 parent 40edf54 commit 7b9ed24
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ services:
- default
depends_on:
- neo4j
- volumes-provisioner
neo4j:
image: neo4j:3.5.1
restart: always
Expand All @@ -56,6 +57,12 @@ services:
NEO4J_AUTH: "none"
networks:
- default
volumes-provisioner:
image: hasnat/volumes-provisioner
environment:
PROVISION_DIRECTORIES: "100:101:0755:/var/data"
volumes:
- data-gen:/var/data
volumes:
data-gen:

Expand Down

0 comments on commit 7b9ed24

Please sign in to comment.