Skip to content

Commit

Permalink
radu-add-docker-compose-grafana-alloy
Browse files Browse the repository at this point in the history
  • Loading branch information
radupopa369 committed Jul 26, 2024
1 parent 247a026 commit 85f0801
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ node_modules/
.env
.aptos
profile.json
./docker/compose/grafana-alloy/.env
5 changes: 4 additions & 1 deletion docs/movement-node/run/manual/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ cat ${MOVEMENT_ENV_FILE}
4. Pull the container images. For this you need to make sure the movement config dir
exists.
```bash
DOT_MOVEMENT_PATH="/home/${USER}/.movement"
DOT_MOVEMENT_PATH="~/.movement"
export DOT_MOVEMENT_PATH
echo "DOT_MOVEMENT_PATH=${DOT_MOVEMENT_PATH}" >> "${MOVEMENT_ENV_FILE}"

mkdir -p "${DOT_MOVEMENT_PATH}"
docker compose \
-f docker/compose/suzuka-full-node/docker-compose.yml \
Expand Down

0 comments on commit 85f0801

Please sign in to comment.