diff --git a/docker-compose.yml b/docker-compose.yml index 0904c30..5d96649 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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