diff --git a/Dockerfile b/Dockerfile index ad05d9f..c6492d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,6 @@ WORKDIR /app COPY --from=builder /main . -EXPOSE 8080 +EXPOSE 9000 CMD ["./main"] \ No newline at end of file diff --git a/docker-compose.yaml b/docker-compose.yaml index b4a87b1..b5db173 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,5 +2,5 @@ services: health-api: build: . ports: - - "8080:8080" + - "9000:9000" restart: unless-stopped \ No newline at end of file