Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 308 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 308 Bytes

Startup

# generate private/public keys, ca files for parties
bash setup.sh
# start containers
docker compose up -d

Troubleshooting

  1. If you encounter port conflict problem, you could change the default broker published ports to available ports by modifying env XXX_PORT in .env file.