mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 17:45:10 +00:00
change docker-compose version from 2 to 2.4 on folder addOrg3/docker (#448)
* change docker-compose version from 2 to 2.4 on folder addOrg3/docker Signed-off-by: Saliou <boomse@hotmail.fr> * changing all docker-compose version from 2 to 2.4 under addOrg3/docker Signed-off-by: Saliou <boomse@hotmail.fr> Co-authored-by: Saliou <admin@example.com>
This commit is contained in:
parent
31ef28e647
commit
fb648c519d
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
version: '2'
|
version: '2.4'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
test:
|
test:
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
version: '2'
|
version: '2.4'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
test:
|
test:
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
version: '2'
|
version: '2.4'
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
peer0.org3.example.com:
|
peer0.org3.example.com:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue