diff --git a/Docker Images/bluesky-pds.md b/Docker Images/bluesky-pds.md index 34f6e41..cd47858 100644 --- a/Docker Images/bluesky-pds.md +++ b/Docker Images/bluesky-pds.md @@ -61,6 +61,8 @@ echo PDS_PLC_ROTATION_KEY_K256_PRIVATE_KEY_HEX: $(openssl ecparam --name secp256 Full list of additional Environment Variables provided by bluesky upstream can be found in the [packages/pds/src/config/env.ts](https://github.com/bluesky-social/atproto/blob/main/packages/pds/src/config/env.ts) +If you'd like to learn more about my docker setup, head over to [[getting started|Docker - Getting Started]] + By default, the image uses 1000:1000 as the UID:GID for the user. This can be changed by setting the `PUID` and `PGID` environment variables. The compose element `hostname` must be the same value as `PDS_HOSTNAME`. diff --git a/Tutorials/Docker/getting started.md b/Tutorials/Docker/getting started.md index 9fb6073..09f293d 100644 --- a/Tutorials/Docker/getting started.md +++ b/Tutorials/Docker/getting started.md @@ -3,4 +3,3 @@ title: Getting Started draft: false date: 2025-01-18 --- -