1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-06-03 06:10:11 +02:00

docs: improve upgrade instruction

This commit is contained in:
Elias Schneider 2022-10-30 13:24:50 +01:00
parent 599d8caa31
commit 00d0df731b

View File

@ -39,7 +39,8 @@ The website is now listening available on `http://localhost:3000`, have fun with
### Upgrade to a new version
Just update the docker container by running `docker compose pull && docker compose up -d`
1. Check if your local `docker-compose.yml` and `.env` files are up to date with the files in the repository
2. Run `docker compose pull && docker compose up -d` to update your docker container
> Note: If you installed Pingvin Share before it used Sqlite, you unfortunately have to set up the project from scratch again, sorry for that.