Skip to content

Commit

Permalink
Added link to Docker env configuration wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh authored Mar 13, 2020
1 parent faf8a7a commit bbe239b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bbe239b

Please sign in to comment.