Mirror from bluesky-social/pds

README: manually update PDS version

+14
+14
README.md
··· 338 338 339 339 Checkout [SANDBOX.md](./SANDBOX.md) for an overview of participating in the sandbox network. 340 340 341 + ## Manually updating your PDS 342 + 343 + If you use use Docker `compose.yaml` file in this repo, your PDS will automatically update nightly. To manually update to the latest version use the following commands. 344 + 345 + **Pull the latest PDS container image:** 346 + ```bash 347 + sudo docker pull ghcr.io/bluesky-social/pds:latest 348 + ``` 349 + 350 + **Restart PDS with the new container image:** 351 + ```bash 352 + sudo systemctl restart pds 353 + ``` 354 + 341 355 ## PDS environment variables 342 356 343 357 You will need to customize various settings configured through the PDS environment variables. See the below table to find the variables you'll need to set.