Skip to content

A docker image of firefly iii based on alpine compatible with arm32v6 (so Raspberry Pi Zero)

Notifications You must be signed in to change notification settings

ThreadR-r/docker-firefly-iii-arm32v6-raspberry-pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-firefly-iii

Info:

Based on arm32v6/alpine:latest which make it compatible with Raspberry Pi Zero (||w) This image use php7-fpm with nginx instead of apache2 in official image

Usage:

docker run -d --name fireflyiii \
-p 80:80 \
-e APP_KEY=SomeRandomStringOf32CharsExactly \
-e DB_HOST=CHANGEME \
-e DB_DATABASE=fireflyiii \
-e DB_USERNAME=fireflyiii \
-e DB_PASSWORD=CHANGEME \
-e DB_CONNECTION=mysql \
-e DB_PORT=3306 \
-it threadrr/firefly-iii-arm32v6-raspberry-pi:latest

Firefly-iii Official repository: https://github.com/firefly-iii/firefly-iii