We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11ecbd5 + b238ddf commit e8d869eCopy full SHA for e8d869e
docker-compose-dev.yml
@@ -35,7 +35,7 @@ volumes:
35
driver_opts:
36
o: bind
37
type: none
38
- device: ./dev_data
+ device: ../mopl_data/dev_data
39
40
networks:
41
moplus-dev:
docker-compose-prod.yml
- device: ${PWD}/prod_data
+ device: ../mopl_data/prod_data
moplus-prod:
0 commit comments