Skip to content

A docker image for fermentrack to run on a linux-server-io based nginx image. Unraid compatible

Notifications You must be signed in to change notification settings

IllNate/fermentrack-docker-unraid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fermentrack Unraid docker

This is a fork of the fermentrack-docker-pi which was a fork of the image created by sard0k for running on raspbian.

Installs Fermentrack and its prerequisites. Fermentrack is built from https://github.com/thorrak/fermentrack.

To run use:

docker run -d \
  -p 8890:80 \
  --name=fermentrack\
  -v <local_data_location>:/home/fermentrack/fermentrack/data \
  -v <local_data_location>/db.sqlite3:/home/fermentrack/fermentrack/db.sqlite3 \
  fermentrack-docker-unraid

or use the provided docker-compose.yml file to configure, then run your fermentrack image

docker-compose up -d --force-recreate

UNRAID Settings

About

A docker image for fermentrack to run on a linux-server-io based nginx image. Unraid compatible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%