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.
This commit is contained in:
josegonzalez
2023-03-15 04:07:07 -04:00
committed by GitHub
parent be8bb4fcfd
commit bcab9ee2c5

View File

@@ -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 \