mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 03:25:09 +00:00
fix docker compose version 2 -> 2.1
Signed-off-by: kaushikkumarbora <kaushikkumarbora@gmail.com>
This commit is contained in:
parent
a72fbc8a91
commit
36899b8dab
6 changed files with 6 additions and 6 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
version: '2'
|
||||
version:'2.1'
|
||||
|
||||
networks:
|
||||
test:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
version: '2'
|
||||
version:'2.1'
|
||||
|
||||
networks:
|
||||
test:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
version: '2'
|
||||
version:'2.1'
|
||||
|
||||
volumes:
|
||||
peer0.org3.example.com:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
version: '2'
|
||||
version:'2.1'
|
||||
|
||||
networks:
|
||||
test:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
version: '2'
|
||||
version:'2.1'
|
||||
|
||||
networks:
|
||||
test:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
version: '2'
|
||||
version:'2.1'
|
||||
|
||||
volumes:
|
||||
orderer.example.com:
|
||||
|
|
|
|||
Loading…
Reference in a new issue