mirror of
https://github.com/p-stream/docs.git
synced 2026-01-11 20:10:34 +00:00
Update deploy.mdx
Fixed META__NAME to META_NAME (Removed one dash)
This commit is contained in:
parent
75fd22086e
commit
18ba11845c
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ This method provides a straightforward setup with minimal configuration. For mor
|
|||
environment:
|
||||
DATABASE_URL: postgresql://pstream_user:YourPasswordHere@postgres:5432/pstream
|
||||
CRYPTO_SECRET: 32CharacterLongStringHere
|
||||
META__NAME: unofficial-backend
|
||||
META_NAME: unofficial-backend
|
||||
ports:
|
||||
- "80:80"
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Reference in a new issue