Last active
August 24, 2016 15:14
-
-
Save RafPe/250cc5f9f9a7041c44a04f829df85388 to your computer and use it in GitHub Desktop.
Docker compose V2 static addressing
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
networks: | |
widgets: | |
driver: bridge | |
ipam: | |
config: | |
- subnet: 172.10.0.0/16 | |
gateway: 172.10.5.254 | |
aux_addresses: | |
haproxy: 172.10.1.2 | |
mariadb: 172.10.1.3 | |
app_marking: 172.10.1.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment