1
0
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:
Dtaggart 2022-01-24 03:27:50 -05:00 committed by GitHub
parent 0af2270926
commit 59cd88d720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,