From 710f2e1038c660e098a6c451c39cd180cf571dec Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 25 Jun 2019 15:41:34 +0300 Subject: [PATCH] Use the docker-compose "ldap" project name, but use the "shore" Docker network to communicate with other containers. --- .env | 1 + 1 file changed, 1 insertion(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..ef539fb --- /dev/null +++ b/.env @@ -0,0 +1 @@ +COMPOSE_PROJECT_NAME=ldap -- GitLab