mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-04 13:48:56 +02:00
docs: Update getting-started.md (#1294)
Correct password spelling. Was missing w
This commit is contained in:
parent
0af2270926
commit
59cd88d720
@ -91,7 +91,7 @@ docker run -p 4242:4242 \
|
|||||||
port: 5432,
|
port: 5432,
|
||||||
database: 'unleash',
|
database: 'unleash',
|
||||||
user: 'unleash_user',
|
user: 'unleash_user',
|
||||||
password: 'passord',
|
password: 'password',
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
port: 4242,
|
port: 4242,
|
||||||
|
Loading…
Reference in New Issue
Block a user