summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ci/docker-compose.yaml.example4
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/docker-compose.yaml.example b/ci/docker-compose.yaml.example
index 78c8478..4c48af6 100644
--- a/ci/docker-compose.yaml.example
+++ b/ci/docker-compose.yaml.example
@@ -1,3 +1,6 @@
+---
+name: ldapadmin
+
services:
ldapadmin:
image: ldapadmin:v0.1
@@ -45,4 +48,3 @@ services:
- http_proxy=${http_proxy}
- no_proxy=${no_proxy}
- GITHUB_TOKEN=${GITHUB_TOKEN}
- command: [ "/bin/bash -l -c" ]