Skip to content

Commit

Permalink
fixes in docker-compose
Browse files Browse the repository at this point in the history
Signed-off-by: Sanket Teli <telisanket2002@gmail.com>
  • Loading branch information
Sanket-0510 committed Dec 5, 2024
1 parent 8586cc7 commit bee292a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1863,9 +1863,7 @@ networkDown() {
`;
exports[`samples/fablo-config-hlf2-1org-1chaincode-raft-explorer.json should create proper e2e/__tmp__/samples/fablo-config-hlf2-1org-1chaincode-raft-explorer.json.tmpdir/fablo-target/fabric-docker/docker-compose.yaml from samples/fablo-config-hlf2-1org-1chaincode-raft-explorer.json 1`] = `
"version: '2.2'
networks:
"networks:
basic:
services:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1827,9 +1827,7 @@ networkDown() {
`;
exports[`samples/fablo-config-hlf2-1org-1chaincode.json should create proper e2e/__tmp__/samples/fablo-config-hlf2-1org-1chaincode.json.tmpdir/fablo-target/fabric-docker/docker-compose.yaml from samples/fablo-config-hlf2-1org-1chaincode.json 1`] = `
"version: '2.2'
networks:
"networks:
basic:
services:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2655,9 +2655,7 @@ networkDown() {
`;
exports[`samples/fablo-config-hlf2-2orgs-2chaincodes-private-data.yaml should create proper e2e/__tmp__/samples/fablo-config-hlf2-2orgs-2chaincodes-private-data.yaml.tmpdir/fablo-target/fabric-docker/docker-compose.yaml from samples/fablo-config-hlf2-2orgs-2chaincodes-private-data.yaml 1`] = `
"version: '2.2'
networks:
"networks:
basic:
services:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3771,9 +3771,7 @@ networkDown() {
`;
exports[`samples/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml should create proper e2e/__tmp__/samples/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml.tmpdir/fablo-target/fabric-docker/docker-compose.yaml from samples/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml 1`] = `
"version: '2.2'
networks:
"networks:
basic:
services:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4017,9 +4017,7 @@ networkDown() {
`;
exports[`samples/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json should create proper e2e/__tmp__/samples/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json.tmpdir/fablo-target/fabric-docker/docker-compose.yaml from samples/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json 1`] = `
"version: '2.2'
networks:
"networks:
basic:
services:
Expand Down
2 changes: 0 additions & 2 deletions src/setup-docker/templates/fabric-docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.2'

networks:
basic:

Expand Down

0 comments on commit bee292a

Please sign in to comment.