fix: change frontend port from 3000 to 3005 to avoid grafana conflict
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 44s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 44s
This commit is contained in:
@@ -35,7 +35,7 @@ services:
|
|||||||
image: gitea.blyzer.com.br/blyzer/graphs-frontend:latest
|
image: gitea.blyzer.com.br/blyzer/graphs-frontend:latest
|
||||||
container_name: graph_frontend
|
container_name: graph_frontend
|
||||||
ports:
|
ports:
|
||||||
- "3000:80"
|
- "3005:80"
|
||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user