We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71c3ad commit facb54aCopy full SHA for facb54a
docker-compose.yml
@@ -51,8 +51,8 @@ search:
51
image: elasticsearch:1.7
52
53
app:
54
- # image: parisson/telemeta:1.7
55
- build: .
+ image: parisson/telemeta:1.7
+ #build: .
56
volumes:
57
- ./app:/srv/app
58
- ./telemeta:/srv/lib/telemeta/telemeta
@@ -71,8 +71,8 @@ app:
71
- "8000:8000"
72
73
worker:
74
75
76
volumes_from:
77
- app
78
- data
0 commit comments