Improve README
This commit is contained in:
parent
af7b35761b
commit
933f7e8f18
1 changed files with 6 additions and 1 deletions
|
@ -10,8 +10,13 @@ sudo docker-compose up
|
||||||
|
|
||||||
Now, find the ID of your PostgreSQL database:
|
Now, find the ID of your PostgreSQL database:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
sudo docker ps
|
sudo docker ps
|
||||||
|
# My output:
|
||||||
|
# CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||||
|
# 1e211e6495ef postgres:9.6.18 "docker-entrypoint.s…" 15 minutes ago Up 15 minutes 5432/tcp platoo_postgresql_1
|
||||||
|
# 03577974bad6 victorm/platoo:v1 "node index.js" 15 minutes ago Up 15 minutes 0.0.0.0:8080->8080/tcp platoo_platoo_1
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Mine is `1e211e6495ef`.
|
Mine is `1e211e6495ef`.
|
||||||
|
|
Loading…
Reference in a new issue