Skip to content
Snippets Groups Projects
Commit 77dff8ec authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fix compose port

parent 75897073
No related branches found
No related tags found
1 merge request!2114fix partnershops
...@@ -34,7 +34,7 @@ services: ...@@ -34,7 +34,7 @@ services:
volumes: volumes:
- ./metager/public:/metager/metager_app/public - ./metager/public:/metager/metager_app/public
ports: ports:
- 80:8080 - 8080:8080
healthcheck: healthcheck:
test: "curl -f http://nginx:8080/health-check/nginx" test: "curl -f http://nginx:8080/health-check/nginx"
scheduler: scheduler:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment