Updated frontend port

This commit is contained in:
2023-02-20 13:58:00 +01:00
parent fac1e21513
commit 9a839b60dd

View File

@@ -24,6 +24,6 @@ services:
context: ./frontend
dockerfile: Dockerfile_prod
ports:
- "3001:80"
- "3003:80"
environment:
REACT_APP_BACKEND_URL: "http://192.168.1.171:8000"