1
0
Fork 0

Fix volume path

This commit is contained in:
Daniele Tricoli 2022-02-23 17:25:57 +01:00
parent 3a8fc373a9
commit 1873f221e9

View file

@ -11,7 +11,7 @@ dokku config:set --no-restart thelounge TZ=Europe/Rome
dokku config:set --no-restart thelounge DOKKU_LETSENCRYPT_EMAIL=example@example.org
mkdir /var/lib/dokku/data/storage/thelounge
dokku storage:mount thelounge /var/lib/dokku/data/storage/thelounge:/home/node/.thelounge
dokku storage:mount thelounge /var/lib/dokku/data/storage/thelounge:/var/opt/thelounge
git push dokku main:main