I was deploy outline use docker, and version is v0.74.0. how to upgrade to v0.76.1 ? #6919
Answered
by
dennorske
bestbugwriter
asked this question in
Self Hosting
-
deploy use this link |
Beta Was this translation helpful? Give feedback.
Answered by
dennorske
May 22, 2024
Replies: 1 comment
-
The deploy script has a hardcoded version here: You may want to change that on your setup, and then run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bestbugwriter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The deploy script has a hardcoded version here:
https://github.com/bestbugwriter/outline-deploy/blob/cde872b06f998e020d54700c87857366184e3eb0/outline/docker-compose.yml#L9
You may want to change that on your setup, and then run
docker compose up --force-recreate outline
in your docker compose folder.