diff --git a/src/environments/environment.prod.docker.ts b/src/environments/environment.prod.docker.ts
index fad35c3d2d57b51c271294ab3cc51af1d7460d64..6b99187156800731702ef1ec1dd093a2b42fd093 100644
--- a/src/environments/environment.prod.docker.ts
+++ b/src/environments/environment.prod.docker.ts
@@ -2,7 +2,7 @@
 
 export const environment = {
   production: true,
-  testcenterUrl: 'http://localhost:9092/',
+  testcenterUrl: 'http://localhost/api/',
   appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen',
   apiVersionExpected: '5.0.1'
 };