/list

Primary LanguageHTML

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