Skip to content

Commit

Permalink
Fix docker-compose API IP binding
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel authored and Groxan committed Aug 2, 2021
1 parent dc5d040 commit 8891ab3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Expand Up @@ -22,6 +22,8 @@ services:
image: bakingbad/tzkt-api:latest
depends_on:
- db
environment:
- TZKT_API_KESTREL__ENDPOINTS__HTTP__URL=http://0.0.0.0:5000
expose:
- 5000
ports:
Expand All @@ -36,4 +38,4 @@ services:

volumes:
postgres:


0 comments on commit 8891ab3

Please sign in to comment.