Skip to content

Commit

Permalink
Merge pull request #99 from softvis-research/development
Browse files Browse the repository at this point in the history
set permissions for sub directory via volume provisioner
  • Loading branch information
naraesk authored Sep 2, 2019
2 parents 12af6b1 + ca713f5 commit edc8090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
volumes-provisioner:
image: hasnat/volumes-provisioner
environment:
PROVISION_DIRECTORIES: "100:101:0755:/var/data"
PROVISION_DIRECTORIES: "100:101:0755:/var/data /var/data/data-gen/"
volumes:
- data-gen:/var/data
volumes:
Expand Down

0 comments on commit edc8090

Please sign in to comment.