mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-30 17:23:58 +02:00
Small documentation improvement
This commit is contained in:
parent
279aa370d9
commit
e9bbd38de2
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ Now you need to update PostgreSQL Admin User Password:
|
||||||
sudo -u postgres psql
|
sudo -u postgres psql
|
||||||
postgres=#
|
postgres=#
|
||||||
postgres=# ALTER USER postgres PASSWORD 'demoPassword';
|
postgres=# ALTER USER postgres PASSWORD 'demoPassword';
|
||||||
|
postgres=# CREATE DATABASE registry;
|
||||||
postgres=# \q
|
postgres=# \q
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue