From 318f092e7ce3f11a932b5e1c2c5bbdca240f1c78 Mon Sep 17 00:00:00 2001 From: Scan <103391616+scanash00@users.noreply.github.com> Date: Wed, 8 Oct 2025 01:28:37 -0800 Subject: [PATCH] Update templates/compose/bluesky-pds.yaml Co-authored-by: Cynthia Ebert <54354036+Cinzya@users.noreply.github.com> --- templates/compose/bluesky-pds.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/bluesky-pds.yaml b/templates/compose/bluesky-pds.yaml index d7ede0b83..3ddc9d608 100644 --- a/templates/compose/bluesky-pds.yaml +++ b/templates/compose/bluesky-pds.yaml @@ -9,7 +9,7 @@ services: pds: image: 'ghcr.io/bluesky-social/pds:0.4.182' volumes: - - './pds-data:/pds' + - pds-data:/pds environment: - SERVICE_URL_PDS_3000 - 'PDS_HOSTNAME=${SERVICE_FQDN_PDS_3000}'