Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 349 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 349 Bytes

listmonk

Install / Setup

Create config files.

cp .env.sample .env # update accordingly
cp config.toml.example config.toml # update accordingly

Start the containers.

docker-compose up -d db
# wait for db to be up and ready
docker-compose run --rm app ./listmonk --install
# after installation
docker-compose up -d app db