Skip to content

Commit

Permalink
Last fix for Linux broke Windows. Commiting workaround which works on…
Browse files Browse the repository at this point in the history
… both Windows and Linux.
  • Loading branch information
reshad-equinix committed Jul 21, 2024
1 parent b4005c7 commit 289af91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
GF_INSTALL_PLUGINS: volkovlabs-form-panel
# Note: this is a workaround for a permission issue on Linux with the plugin above
# Replace 1001 with the output of "id -u"
user: "1001"
user: root
volumes:
- ./grafana/provisioning/:/etc/grafana/provisioning/
- ./grafana/plugins/:/var/lib/grafana/plugins/
Expand Down

0 comments on commit 289af91

Please sign in to comment.