rename docker-notifications to docker-httpbin

This commit is contained in:
Jake McDermott
2019-06-25 15:04:02 -04:00
committed by beeankha
parent 99737937cd
commit d66106d380
3 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
version: '2'
services:
# Primary Tower Development Container link
awx:
links:
- httpbin
httpbin:
image: kennethreitz/httpbin
container_name: tools_httpbin_1
ports:
- '8204:80'