Skip to content

Commit

Permalink
format compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Dec 21, 2021
1 parent 6c1eed3 commit b6485f5
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions nebula-spark-connector/src/test/resources/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -330,20 +330,20 @@ services:
cap_add:
- SYS_PTRACE

console:
image: vesoft/nebula-console:nightly
entrypoint: ""
command:
- sh
- -c
- |
sleep 3 &&
nebula-console -addr graphd0 -port 9669 -u root -p nebula -e 'ADD HOSTS "172.28.2.1":9779,"172.28.2.2":9779,"172.28.2.3":9779' &&
sleep 36000
depends_on:
- graphd0
networks:
- nebula-net
console:
image: vesoft/nebula-console:nightly
entrypoint: ""
command:
- sh
- -c
- |
sleep 3 &&
nebula-console -addr graphd0 -port 9669 -u root -p nebula -e 'ADD HOSTS "172.28.2.1":9779,"172.28.2.2":9779,"172.28.2.3":9779' &&
sleep 36000
depends_on:
- graphd0
networks:
- nebula-net

networks:
nebula-net:
Expand Down

0 comments on commit b6485f5

Please sign in to comment.