Skip to content

Commit acfa84d

Browse files
committed
wip
1 parent b814262 commit acfa84d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ services:
2121
- ./grafana/provisioning:/etc/grafana/provisioning
2222
# mount the grafana db, strictly because grafana db migrations are
2323
# extremely slow, making boot time 5m+ without a pre-migrated db.
24+
# @warning you may have perms issue on first boot. widen 'em:
25+
# chmod -R 765 ./data
2426
- ./grafana/data:/var/lib/grafana
2527
deploy:
2628
restart_policy:

0 commit comments

Comments
 (0)