mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
Merge pull request #114 from johnjelinek/patch-1
Update README to reference psql in postgresql container
This commit is contained in:
commit
fbdb5ecbc9
@ -374,7 +374,7 @@ Now, lets login to the postgresql server and create a user and database for the
|
||||
|
||||
```bash
|
||||
POSTGRESQL_IP=$(docker inspect postgresql | grep IPAddres | awk -F'"' '{print $4}')
|
||||
psql -U postgres -h ${POSTGRESQL_IP}
|
||||
docker run -it --rm sameersbn/postgresql:latest psql -U postgres -h ${POSTGRESQL_IP}
|
||||
```
|
||||
|
||||
```sql
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user