From 146bb620fceb3d0e286fc395fc554dce51463e33 Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 22 Sep 2018 21:32:41 +0200 Subject: [PATCH] Update example configuration --- docker-compose.yml => docker-compose.yml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename docker-compose.yml => docker-compose.yml.example (76%) diff --git a/docker-compose.yml b/docker-compose.yml.example similarity index 76% rename from docker-compose.yml rename to docker-compose.yml.example index 28a7462..e6a136d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml.example @@ -6,10 +6,10 @@ networks: services: slapd: - build: docker.zom.bi/dockerfiles/ldap:latest + image: zombi/ldap:latest environment: - "ROOTPW=pass" - - "ORGANIZATION=zombi" + - "ORGANIZATION=example" - "DATADIR=/data" - "CONFDIR=/conf" volumes: