Skip to content

Commit

Permalink
Merge pull request #72 from MinterTeam/dev
Browse files Browse the repository at this point in the history
fix docker compose file
  • Loading branch information
danil-lashin authored Jul 30, 2018
2 parents 45cc444 + 9e51f3f commit 578e5ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
version: "3.4"
services:
minter:
image: minterteam/minter:0.1.0
image: minterteam/minter:0.1.6
volumes:
- ~/.minter:/minter
ports:
- "8841:8841"
- "3000:3000"
restart: always
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8841/api/status"]
Expand Down

0 comments on commit 578e5ea

Please sign in to comment.