-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stable28 gives me 29.0.0-dev #309
Comments
I guess if you want to run an old version use https://github.com/juliushaertl/nextcloud-docker-dev?tab=readme-ov-file#standalone-containers (at the end of section) |
Yes, that is what I'm talking about. I followed this guide you linked https://juliushaertl.github.io/nextcloud-docker-dev/basics/stable-versions/ |
Double check that the source code checkout is at the correct state, we just mount it from the host system to the container:
Gives you the container id, e.g. acff523bbe0e, then get all mounts to know which path is used for the stable28 source
First entry tells you that /Users/julius/repos/nextcloud/stable28 is mounted to /var/www/html Now inspect that path to make sure it has a proper git checkout for the stable28 branch
|
When I run
docker-compose up stable28
, I actually get29.0.0 dev
in the settings.How are these stable containers supposed to work? It looks like they all have the same image as the
nextcloud
container (ghcr.io/juliushaertl/nextcloud-dev-php${PHP_VERSION:-81}:latest
). Am I missing something?The text was updated successfully, but these errors were encountered: