mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
13 lines
275 B
YAML
13 lines
275 B
YAML
# Copyright IBM Corp. All Rights Reserved.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
services:
|
|
peer0.org1.example.com:
|
|
volumes:
|
|
- ./podman/peercfg:/etc/hyperledger/peercfg
|
|
|
|
peer0.org2.example.com:
|
|
volumes:
|
|
- ./podman/peercfg:/etc/hyperledger/peercfg
|