fix: syntax error on vars
Co-authored-by: Mario Neuhold <mario.neuhold@proton.me>
This commit is contained in:
parent
3fc3058439
commit
1d85177ce6
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ services:
|
|||
"PDS_BLOB_UPLOAD_LIMIT=$${PDS_BLOB_UPLOAD_LIMIT}" \
|
||||
"PDS_DID_PLC_URL=$${PDS_DID_PLC_URL}" \
|
||||
"PDS_EMAIL_FROM_ADDRESS=$${PDS_EMAIL_FROM_ADDRESS}"\
|
||||
"PDS_EMAIL_SMTP_URL=$${PDS_EMAIL_SMTP_URL"}\
|
||||
"PDS_EMAIL_SMTP_URL=$${PDS_EMAIL_SMTP_URL}"\
|
||||
"PDS_BSKY_APP_VIEW_URL=$${PDS_BSKY_APP_VIEW_URL}" \
|
||||
"PDS_BSKY_APP_VIEW_DID=$${PDS_BSKY_APP_VIEW_DID}" \
|
||||
"PDS_REPORT_SERVICE_URL=$${PDS_REPORT_SERVICE_URL}" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue