Add challenge 6

This commit is contained in:
3wc
2025-07-29 17:06:12 +01:00
parent c7db1c59ac
commit dce3933c9e
2 changed files with 21 additions and 0 deletions

16
6/docker-compose.yml Normal file
View File

@ -0,0 +1,16 @@
---
# TIP: Why can't Docker find the entrypoint?
services:
app:
image: git.autonomic.zone/autonomic-cooperative/docker-debugging-disco:0.1.0
ports:
- 8000:80
configs:
- source: custom_entrypoint
target: /custom-docker-entrypoint-2.sh
entrypoint: /custom-docker-entrypoint-3.sh
configs:
custom_entrypoint:
file: entrypoint.sh