refactor: volumes set back to ./pds-data:/pds
This commit is contained in:
parent
5866820385
commit
0dc67ffd3d
1 changed files with 1 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ services:
|
|||
pds:
|
||||
image: 'ghcr.io/bluesky-social/pds:latest'
|
||||
volumes:
|
||||
- 'pds-data:/pds'
|
||||
- './pds-data:/pds'
|
||||
environment:
|
||||
- SERVICE_URL_PDS_3000
|
||||
- 'PDS_HOSTNAME=${SERVICE_FQDN_PDS_3000}'
|
||||
|
|
@ -51,5 +51,3 @@ services:
|
|||
interval: 5s
|
||||
timeout: 10s
|
||||
retries: 10
|
||||
volumes:
|
||||
pds-data:
|
||||
|
|
|
|||
Loading…
Reference in a new issue