Skip to main content

Changer l'url Bookstack

Changer l'url Bookstack

#Enter inside the container
sudo docker exec -it CONTAINER_NAME bash

#Go to
cd /app/www

#See if it works
php artisan list bookstack

#Change every old URL by the new one
php artisan bookstack:update-url https://old.com https://new.com



Snippet documentation

It only works for the linuxserver.io docker image !

If you're using the original one, it /var/www/html instead of /app/www.