Skip to content

Commit

Permalink
bring up promethues and grafana containers
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek9686 committed Oct 20, 2023
1 parent 4acba03 commit 47d08b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/nm-quick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -776,8 +776,9 @@ install_netmaker() {
export COMPOSE_HTTP_TIMEOUT=120

# start docker and rebuild containers / networks
docker-compose -f "$SCRIPT_DIR"/docker-compose.yml up -d --force-recreate

cd "${SCRIPT_DIR}"
docker-compose up -d --force-recreate
cd -
wait_seconds 2

}
Expand Down

0 comments on commit 47d08b5

Please sign in to comment.