mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
restore the changes from commit fbdb5ecbc9c560fa04ee570c04024efd11ccb343
This commit is contained in:
parent
4bbba6f5d3
commit
a92c297f06
@ -373,7 +373,7 @@ docker logs postgresql
|
||||
Now, lets login to the postgresql server and create a user and database for the GitLab application.
|
||||
|
||||
```bash
|
||||
psql -U postgres -h $(docker inspect --format {{.NetworkSettings.IPAddress}} postgresql)
|
||||
docker run -it --rm sameersbn/postgresql:latest psql -U postgres -h $(docker inspect --format {{.NetworkSettings.IPAddress}} postgresql)
|
||||
```
|
||||
|
||||
```sql
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user