Skip to content

Commit

Permalink
Adjusting ports for oclmsp-qa and demo
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Jan 28, 2020
1 parent a917d8f commit 7bbf98f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/oclmsp-demo/docker-compose.yml
Expand Up @@ -7,7 +7,7 @@ services:
- OCL_DOMAIN=${OCL_DOMAIN:-demo.openconceptlab.org}
- ENVIRONMENT=${ENVIRONMENT:-demo}
ports:
- 8081:80
- 8083:80
restart: always
healthcheck:
test: ["CMD", "wget", "-q", "-s", "http://localhost/"]
2 changes: 1 addition & 1 deletion files/oclmsp-qa/docker-compose.yml
Expand Up @@ -7,7 +7,7 @@ services:
- OCL_DOMAIN=${OCL_DOMAIN:-qa.openconceptlab.org}
- ENVIRONMENT=${ENVIRONMENT:-qa}
ports:
- 8081:80
- 8083:80
restart: always
healthcheck:
test: ["CMD", "wget", "-q", "-s", "http://localhost/"]

0 comments on commit 7bbf98f

Please sign in to comment.