Closed carstencodes closed 3 months ago
remove your cache files in docker-compose-state/data/pixelfed/cache
remove your cache files in
docker-compose-state/data/pixelfed/cache
Sorry, there is no such folder.
I tried using docker builder prune and docker compose build --no-cache. But this did not help either ...
@jippi Any other idea?
@carstencodes , I think @jippi was not refering to docker build cache, but to volume "bootstrap" in the docker compose. Removing it (or changing the name of the volume) worked for me!
@LM1LC3N7 Thanks for the tip. Now it works again.
@jippi Maybe as a point of improvement: If the bootstrap cache has not been created with the current, it might be wise to clear it before
Hi,
I recently updated from v0.12.1 to v0.12.3.
My docker images keep restarting, as
php artisan storage:link
always exits due to missing beyondcode\laravelwebsockets classes.They are still part of the config, as the websockets.php config file shows, but were removed by @dansup in a commit to update to laravel 11.
I am definitely no pro in PHP, and I have no idea of laravel, so I don't know how to disable this.
I reverted the container to v0.12.1 and its running like a charm.
This is the log output of the container:
What can I do to make pixelfed 0.12.3 run?
/cc @jippi