Skip to content

Commit

Permalink
Merge branch 'main' into filippo/multiple-network-sgs
Browse files Browse the repository at this point in the history
  • Loading branch information
neysofu committed Jul 31, 2023
2 parents b116c24 + 209ce36 commit 488e0c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Spin up the docker-compose environment
```sh
cd ops/compose
docker compose build
UID=(id -u) GID=(id -g) docker compose up
docker compose up
```

Deploy at least 1 subgraph to the test graph-nodes
Expand Down
2 changes: 1 addition & 1 deletion ops/compose/network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
image: grafana/grafana-enterprise
restart: always
# https://community.grafana.com/t/new-docker-install-with-persistent-storage-permission-problem/10896/16
user: "$UID:$GID"
user: ":"
depends_on:
- prometheus
ports:
Expand Down
2 changes: 1 addition & 1 deletion ops/compose/two-empty-graph-nodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
image: grafana/grafana-enterprise
restart: always
# https://community.grafana.com/t/new-docker-install-with-persistent-storage-permission-problem/10896/16
user: "$UID:$GID"
user: ":"
depends_on:
- prometheus
ports:
Expand Down

0 comments on commit 488e0c5

Please sign in to comment.