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