Merge branch 'master' of git.deuxfleurs.fr:VictorM/platoo
This commit is contained in:
commit
1006ac188e
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:
|
||||
|
||||
```
|
||||
```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`.
|
||||
|
|
Loading…
Reference in a new issue