From bcab9ee2c5bdd6fcffc1f496808fe0eccac2d4e0 Mon Sep 17 00:00:00 2001 From: josegonzalez Date: Wed, 15 Mar 2023 04:07:07 -0400 Subject: [PATCH] docs: add DOKKU_LIB_HOST_ROOT to docker usage docs This is necessary to fix certain plugins that need to be aware of host paths for volume mounting. --- docs/getting-started/install/docker.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started/install/docker.md b/docs/getting-started/install/docker.md index db8eff5d8..a140c564b 100644 --- a/docs/getting-started/install/docker.md +++ b/docs/getting-started/install/docker.md @@ -12,6 +12,7 @@ Next, run the image. docker container run \ --env DOKKU_HOSTNAME=dokku.me \ --env DOKKU_HOST_ROOT=/var/lib/dokku/home/dokku \ + --env DOKKU_LIB_HOST_ROOT=/var/lib/dokku/var/lib/dokku \ --name dokku \ --publish 3022:22 \ --publish 8080:80 \