From d9fcf0821f362c302b80ed129efe30d3493a60c9 Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Tue, 22 Dec 2020 07:44:14 -0600 Subject: [PATCH] Fix path for basic-auth bind mount Fix path for basic-auth bind mount. --- docs/simple-development-plugin-mariadb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/simple-development-plugin-mariadb.md b/docs/simple-development-plugin-mariadb.md index a49f360..b262bf4 100644 --- a/docs/simple-development-plugin-mariadb.md +++ b/docs/simple-development-plugin-mariadb.md @@ -237,7 +237,7 @@ volumes: source: ${HOME}/comanage/srv/comanage-registry/local target: /srv/comanage-registry/local - type: bind - source: ${HOME}/etc/apache2/basic-auth + source: ${HOME}/comanage/etc/apache2/basic-auth target: /etc/apache2/basic-auth ```