Skip to content

Commit

Permalink
CDPS-1054: Corrected prison api port number in docker compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtac50 committed Nov 20, 2024
1 parent c0aeeae commit 5395c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
environment:
- SERVER_PORT=8080
- HMPPS_AUTH_URL=http://hmpps-auth:8080/auth
- PRISON_API_BASE_URL=http://prison-api:8082
- PRISON_API_BASE_URL=http://prison-api:8080
- SPRING_PROFILES_ACTIVE=dev

hmpps-auth:
Expand Down

0 comments on commit 5395c16

Please sign in to comment.