Skip to content

Commit

Permalink
#2935: docker-compose, mount 'log/' into container
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Mar 31, 2018
1 parent abc7a65 commit 2f1051d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
image: jeff1evesque/ml-webserver:0.7
network_mode: bridge
volumes:
- ${PWD}/log:/var/machine-learning/log
- ${PWD}/src:/var/machine-learning/src
- ${PWD}/interface:/var/machine-learning/interface
- ${PWD}/hiera:/var/machine-learning/hiera
Expand Down

0 comments on commit 2f1051d

Please sign in to comment.