Skip to content

Commit

Permalink
Fixing oclmsp-prd port
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Feb 4, 2020
1 parent 58f32aa commit a392816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/oclmsp-prd/docker-compose.yml
Expand Up @@ -7,7 +7,7 @@ services:
- OCL_DOMAIN=${OCL_DOMAIN:-openconceptlab.org}
- ENVIRONMENT=${ENVIRONMENT:-production}
ports:
- 8084:80
- 8082:80
restart: always
healthcheck:
test: ["CMD", "wget", "-q", "-s", "http://localhost/"]

0 comments on commit a392816

Please sign in to comment.