12 lines
249 B
YAML
12 lines
249 B
YAML
---
|
|
# 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
|
|
|