change port num
This commit is contained in:
@@ -67,7 +67,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- app-network
|
- app-network
|
||||||
ports:
|
ports:
|
||||||
- "${FRONTEND_PORT:-80}:80"
|
- "${FRONTEND_PORT:-8080}:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ../nginx.conf:/etc/nginx/nginx.conf:ro
|
- ../nginx.conf:/etc/nginx/nginx.conf:ro
|
||||||
- ../frontend/dist:/usr/share/nginx/html:ro
|
- ../frontend/dist:/usr/share/nginx/html:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user