mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-19 16:15:09 +00:00
Change docker compose file version (#421)
Signed-off-by: bblwbtd <gmyxgmyx@outlook.com>
This commit is contained in:
parent
8eb97d92a1
commit
15275a0d4d
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
version: '2'
|
||||
version: '2.4'
|
||||
|
||||
networks:
|
||||
test:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
version: '2'
|
||||
version: '2.4'
|
||||
|
||||
networks:
|
||||
test:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
version: '2'
|
||||
version: '2.4'
|
||||
|
||||
volumes:
|
||||
orderer.example.com:
|
||||
|
|
|
|||
Loading…
Reference in a new issue