Add challenge 1
This commit is contained in:
11
1/docker-compose.yml
Normal file
11
1/docker-compose.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
# Nice and simple, this challenge just tests that things are working correctly.
|
||||||
|
|
||||||
|
services:
|
||||||
|
app:
|
||||||
|
image: git.autonomic.zone/autonomic-cooperative/docker-debugging-disco:0.1.0
|
||||||
|
ports:
|
||||||
|
- 8000:80
|
||||||
|
environment:
|
||||||
|
- CHALLENGE=1
|
||||||
|
|
Reference in New Issue
Block a user