docker compose

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-05-17 18:30:38 -04:00
parent 566ab9ff1a
commit 7459424bfb
2 changed files with 10 additions and 8 deletions
+6
View File
@@ -0,0 +1,6 @@
version: '2'
services:
httpbin:
build: '.'
ports:
- '80:80'