forked from LaconicNetwork/kompose
Move docker-compose.yml test file to tests
Moves a file that was incorrectly being used from examples to script/test/fixtures.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
web:
|
||||
image: tuna/docker-counter23
|
||||
ports:
|
||||
- "5000:5000"
|
||||
links:
|
||||
- redis
|
||||
redis:
|
||||
image: redis:3.0
|
||||
ports:
|
||||
- "6379"
|
||||
Reference in New Issue
Block a user