--- # TIP: Why can't Docker run 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-2.sh configs: custom_entrypoint: file: entrypoint.sh