mirror of
https://github.com/p-stream/docs.git
synced 2026-03-11 17:55:39 +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:
|
environment:
|
||||||
DATABASE_URL: postgresql://pstream_user:YourPasswordHere@postgres:5432/pstream
|
DATABASE_URL: postgresql://pstream_user:YourPasswordHere@postgres:5432/pstream
|
||||||
CRYPTO_SECRET: 32CharacterLongStringHere
|
CRYPTO_SECRET: 32CharacterLongStringHere
|
||||||
META__NAME: unofficial-backend
|
META_NAME: unofficial-backend
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue