Skip to content

Commit

Permalink
fix: change port from 3000 to 8060 for grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
rasulov1337 committed Dec 18, 2024
1 parent 91dcaaa commit 45e6341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ services:
image: grafana/grafana:latest
container_name: grafana
ports:
- "3000:3000"
- "8060:3000"
restart: always
environment:
- GF_SECURITY_ADMIN_USER=admin
Expand Down

0 comments on commit 45e6341

Please sign in to comment.