From 93dd4f0f0a52d10b94d0b8dd87ba769f2dff20de Mon Sep 17 00:00:00 2001 From: mr-karan Date: Sat, 20 Jul 2019 17:49:41 +0530 Subject: [PATCH] fix: docker-compose command --- INSTALL.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 6a53e03..0ad24c1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -8,7 +8,7 @@ You can checkout the [docker-compose.yml](docker-compose.yml) to get an idea of how to run `listmonk` with `PostgreSQL` together using Docker. -- `docker-compose up -d` to run all the services together. +- `docker-compose up -d app db` to run all the services together. - `docker-compose run --rm app ./listmonk --install` to setup the DB. - Visit `http://localhost:9000`. diff --git a/README.md b/README.md index b7e2204..a184b5b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You can pull the official Docker Image from [Docker Hub](https://hub.docker.com/ You can checkout the [docker-compose.yml](docker-compose.yml) to get an idea of how to run `listmonk` with `PostgreSQL` together using Docker. -- `docker-compose up -d` to run all the services together. +- `docker-compose up -d app db` to run all the services together. - `docker-compose run --rm app ./listmonk --install` to setup the DB. - Visit `http://localhost:9000`.