Created
December 14, 2019 10:38
-
-
Save MajdT51/f5cc9f5ef3e507a6df45b379b6d95cbe to your computer and use it in GitHub Desktop.
proxy as service in the docker-compose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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