From b03a4cc703dfd078bc3ca483481e192de1bb4626 Mon Sep 17 00:00:00 2001 From: Vassiliy Yegorov Date: Thu, 26 Dec 2019 16:32:03 +0700 Subject: [PATCH] fix path of data --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 3374d93..455dd42 100644 --- a/.env.example +++ b/.env.example @@ -49,4 +49,4 @@ USE_LETSENCRYPT_CERTS=0 # Container data path on the host # Summary container data path will be "${SERVICE_DATA}/${CONTAINER_NAME_FREEIPA}" # -SERVICE_DATA=/srv/freeipa/data +SERVICE_DATA=/srv/services/freeipa/data