fix(docker): update cache-server port mapping from 8000 to 8444

This commit is contained in:
Ross
2026-07-15 21:51:14 +01:00
parent 7020503b07
commit afc5da0943
+1 -1
View File
@@ -5,7 +5,7 @@ services:
build: .
container_name: statdx-cache-server
ports:
- "8000:8000"
- "8444:8000"
volumes:
- .:/app
environment: