We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfe1a76 + e8f0df0 commit 14b79fcCopy full SHA for 14b79fc
1 file changed
docker-compose.yml
@@ -23,7 +23,7 @@ services:
23
- "--inspect=0.0.0.0:9229"
24
- "./bin/www"
25
volumes:
26
- - ./harvested_data:/tmp/harvested_data/
+ - ./harvested_data:/tmp/harvested_data
27
links:
28
- clearlydefined_mongo_db
29
- crawler
@@ -33,7 +33,7 @@ services:
33
dockerfile: DevDockerfile
34
env_file: .env
35
36
37
ports:
38
- "5000:5000"
39
- "9229:9229"
0 commit comments