Skip to content

Instantly share code, notes, and snippets.

@skeep
Last active April 12, 2018 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skeep/3f8487253b5918582b4eb04e64ee5ba0 to your computer and use it in GitHub Desktop.
Save skeep/3f8487253b5918582b4eb04e64ee5ba0 to your computer and use it in GitHub Desktop.
version: '3'
services:
server1:
image: httpd:alpine
ports:
- 8080:80
server2:
image: httpd:alpine
ports:
- 8081:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment