Skip to content

Instantly share code, notes, and snippets.

@MajdT51
Created December 14, 2019 10:38
Show Gist options
  • Save MajdT51/f5cc9f5ef3e507a6df45b379b6d95cbe to your computer and use it in GitHub Desktop.
Save MajdT51/f5cc9f5ef3e507a6df45b379b6d95cbe to your computer and use it in GitHub Desktop.
proxy as service in the docker-compose
proxy:
restart: "on-failure"
build:
context: .
ports:
- "22003:7545"
- "22004:7546"
- "22005:7547"
networks:
quorum-simple-net:
ipv4_address: 172.16.239.14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment