Advanced Search
Search Results
2 total results found
Changer l'url Bookstack
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 http...
Installer bcmath dans un conteneur
Bookstack
plus nécessaire depuis je sais pas quelle maj install bcmath php extension in a container # enter the container sudo docker exec -it <container_name> bash # install bcmath apk add -U --no-cache php81-bcmath # check if correctly installed php -m OR # D...