diff --git a/docker-compose.yml b/docker-compose.yml index e4597eb..2038eb9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: