Last active
April 12, 2018 19:57
-
-
Save skeep/3f8487253b5918582b4eb04e64ee5ba0 to your computer and use it in GitHub Desktop.
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
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