Skip to content

Commit

Permalink
Hardcode exposed port number
Browse files Browse the repository at this point in the history
  • Loading branch information
arpit-saxena committed Jan 12, 2021
1 parent f3e66a5 commit 7d7548c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build: .
image: "${REGISTRY_NAME}devclubiitd/ctf_client:0.1"
ports:
- ${PORT}:80
- 4000:80
healthcheck:
test: ["CMD", "curl", "http://localhost"]
interval: 1m30s
Expand Down

0 comments on commit 7d7548c

Please sign in to comment.