From bbe239ba294c4b83def61746f274f13ee0deadcd Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Fri, 13 Mar 2020 18:55:37 +0530 Subject: [PATCH] Added link to Docker env configuration wiki --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ceda04..48d1ee4 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ listmonk is a standalone, self-hosted, newsletter and mailing list manager. It i You can pull the official Docker Image from [Docker Hub](https://hub.docker.com/r/listmonk/listmonk). -You can checkout the [docker-compose.yml](docker-compose.yml) to get an idea of how to run `listmonk` with `PostgreSQL` together using Docker. +You can checkout the [docker-compose.yml](docker-compose.yml) to get an idea of how to run `listmonk` with `PostgreSQL` together using Docker (also see [configuring with environment variables](https://github.com/knadh/listmonk/wiki/Configuration)). - `docker-compose up -d app db` to run all the services together. - `docker-compose run --rm app ./listmonk --install` to setup the DB.