Skip to content

Commit

Permalink
Fix oclclient-dev port
Browse files Browse the repository at this point in the history
  • Loading branch information
bmamlin committed Jan 4, 2022
1 parent d6920f8 commit 587e1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/oclclient-dev/docker-compose.yml
Expand Up @@ -10,7 +10,7 @@ services:
- OCL_GA_TOKENS=${OCL_GA_TOKENS}
- ENVIRONMENT=${ENVIRONMENT:-qa}
ports:
- 8084:80
- 8085:80
restart: always
healthcheck:
test: ["CMD", "curl", "-sSf", "localhost"]

0 comments on commit 587e1cc

Please sign in to comment.