port 3000 for front docker service

This commit is contained in:
Parsa Nazer
2025-01-26 03:11:39 +03:30
parent dee9c388ec
commit da1bdc2886
+1 -1
View File
@@ -3,7 +3,7 @@ services:
build: build:
context: ./frontend context: ./frontend
ports: ports:
- "80:3000" - "3000:3000"
depends_on: depends_on:
- django - django
networks: networks: