Skip to content
This repository was archived by the owner on Nov 5, 2019. It is now read-only.

Commit d0f4cdc

Browse files
committed
Improved port binding for docker. h/t @ibnesayeed!
1 parent 8255a72 commit d0f4cdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ services:
66
- .:/go/src/github.com/datatogether/coverage
77
- ./sql:/sql
88
ports:
9-
- $PORT:8080
9+
- $PORT:$PORT
1010
networks:
1111
- back-tier
1212
depends_on:
1313
- postgres
1414
environment:
15-
- PORT=8080
15+
- PORT=$PORT
1616
- TLS=false
1717
- GOLANG_ENV=develop
1818
- POSTGRES_DB_URL=postgres://postgres@postgres/postgres?sslmode=disable

0 commit comments

Comments
 (0)