@@ -51,7 +51,7 @@ first run the db image and identify its running ID.
### Create your own DB on postgresql
```bash
khillion:~/metagenedb $ docker-compose up postgresql -d# This runs only the postgresql service of your docker-compose in detached mode. You can also detached from you running screen using Ctrl+Z
khillion:~/metagenedb $ docker-compose up -dpostgresql # This runs only the postgresql service of your docker-compose in detached mode. You can also detached from you running screen using Ctrl+Z
Creating postgresql ... done
khillion:~/metagenedb $ docker ps # List your running docker images
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES