···338338339339Checkout [SANDBOX.md](./SANDBOX.md) for an overview of participating in the sandbox network.
340340341341+## Manually updating your PDS
342342+343343+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.
344344+345345+**Pull the latest PDS container image:**
346346+```bash
347347+sudo docker pull ghcr.io/bluesky-social/pds:latest
348348+```
349349+350350+**Restart PDS with the new container image:**
351351+```bash
352352+sudo systemctl restart pds
353353+```
354354+341355## PDS environment variables
342356343357You 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.