Skip to content

02 Docker Installation

Sean Vreeland edited this page Mar 19, 2019 · 1 revision

Lasted edited: 19 MAR 2019 by @seanvree

Logarr is available in the "docker" branch and/or on DockerHub here: https://hub.docker.com/r/monitorr/logarr/

Docker build

Configuration:

Usage

docker create \
  --name=logarr \
  --restart=on-failure \
  -v <host path for config:/config \
  -v <host path for logs>: /var/log/logarrlogs \
  -e TZ=<timezone> \
  -p 80:80 \
  monitorr/logarr

Parameters

  • --name - The name of the container - Call it whatever you want.
  • --restart=on-failure Container restart mode - Docker attempts to restarts the container if the container returns a non-zero exit code. More info HERE on container restart policies.
  • -v /home/logarr/config:/config - Your preferred app data config path, IE: where you're storing the Logarr config files.
  • -v /home/logarr/config/log:/var/log/logarrlogs Your preferred app log path, IE: where you're storing the Logarr, Nginx, and PHP logs.
  • -e TZ - Your timezone, IE: America/New_York.

If you need help, please join us on DISCORD here: Discord