fix(docker): update cache-server port mapping from 8000 to 8444
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ services:
|
|||||||
build: .
|
build: .
|
||||||
container_name: statdx-cache-server
|
container_name: statdx-cache-server
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8444:8000"
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user