-
Notifications
You must be signed in to change notification settings - Fork 19
Updating
xbdm edited this page Jul 26, 2023
·
1 revision
Updating your instance is easy. If you've followed the steps in Deployment, the steps below should work for your instance.
-
Navigate to the directory Wikiless lives in.
-
Run
git pull
to get the latest source code. -
Run
docker-compose up -d --build
to re-compile Wikiless.
That's it! Thanks for staying on top of the updates.