Improve README

This commit is contained in:
Quentin 2020-05-23 10:54:42 +02:00
parent af7b35761b
commit 933f7e8f18
1 changed files with 6 additions and 1 deletions

View File

@ -10,8 +10,13 @@ sudo docker-compose up
Now, find the ID of your PostgreSQL database:
```
```bash
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`.