Skip to content

Instantly share code, notes, and snippets.

@hairyhenderson
Created March 24, 2017 12:45
Show Gist options
  • Save hairyhenderson/fa27c84b93f1044463218bcdb686c471 to your computer and use it in GitHub Desktop.
Save hairyhenderson/fa27c84b93f1044463218bcdb686c471 to your computer and use it in GitHub Desktop.
version: '3.1'
services:
one:
image: nginx
networks:
- one
two:
image: nginx
networks:
- two
three:
image: nginx
networks:
- one
- two
networks:
one:
driver: overlay
two:
driver: overlay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment