Skip to content

Instantly share code, notes, and snippets.

@skeep
Last active April 12, 2018 19:57
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