From 0a50cd69e0474b5934b84811b5f14563943b3357 Mon Sep 17 00:00:00 2001 From: karan Date: Fri, 12 Jul 2019 17:57:32 +0530 Subject: [PATCH] feat: Add docker image link to README --- INSTALL.md | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 525b252..7c87869 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -12,6 +12,8 @@ You can checkout the [docker-compose.yml](docker-compose.yml) to get an idea of - `docker-compose run --rm app ./listmonk --install` to setup the DB. - Visit `http://localhost:9000`. +_NOTE_: This `docker-compose` file works with Docker Engine 18.06.0+ and `docker-compose` which supports file format 3.7. + ### Demo Setup `docker-compose.yml` includes a demo setup to quickly try out `listmonk`. It spins up PostgreSQL and listmonk app containers without any persistent data. diff --git a/README.md b/README.md index eee7321..a606dff 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ listmonk is a standalone, self-hosted, newsletter and mailing list manager. It i ### Running on Docker +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. - `docker-compose up -d` to run all the services together.