Skip to content

Commit 06b4540

Browse files
committed
enable grafana port
1 parent 8fadc51 commit 06b4540

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manual-in-progress/grafana/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ services:
1212
- GF_DATABASE_NAME=local
1313
- GF_DATABASE_USER=root
1414
- GF_DATABASE_PASSWORD=1234
15-
# ports:
16-
# - '3000:3000'
15+
ports:
16+
- '3000:3000'
1717
# volumes:
1818
# - 'grafana_storage:/var/lib/grafana'
1919
# volumes:

0 commit comments

Comments
 (0)