We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066552b commit 5697b3aCopy full SHA for 5697b3a
docker-compose.override.yml
@@ -16,6 +16,8 @@ services:
16
environment:
17
DB_URI: 'mysql+pymysql://admin:admin@db:3306/drugs'
18
command: python app/run.py
19
+ volumes:
20
+ - ./openfda:/openfda
21
ports:
22
- 8080:8080
23
0 commit comments