File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# docker-firefly-iii
22
33## Info:
4- Based on Alpine: latest
4+ Based on arm32v6/alpine: latest which make it compatible with Raspberry Pi Zero (||w)
5+ This image use php7-fpm with nginx instead of apache2 in official image
56
67## Usage:
7- ` sudo docker rm -f firefly ;sudo docker run -d --name firefly --network my-bridge -p 8880:80 -e FF_DB_HOST=postgres -e FF_DB_NAME=test -e FF_DB_USER=postgres -e FF_DB_PASSWORD=pass -e FF_DB_CONNECTION=pgsql -e FF_DB_PORT=5432 -e INIT_DATABASE=yes lukasmrtvy/docker-firefly-iii `
8+ `docker run -d --name fireflyiii \
9+ -p 80:80 \
10+ -e APP_KEY=SomeRandomStringOf32CharsExactly \
11+ -e DB_HOST=CHANGEME \
12+ -e DB_DATABASE=fireflyiii \
13+ -e DB_USERNAME=fireflyiii \
14+ -e DB_PASSWORD=CHANGEME \
15+ -e DB_CONNECTION=mysql \
16+ -e DB_PORT=3306 \
17+ -it threadrr/firefly-iii-arm32v6: latest `
You can’t perform that action at this time.
0 commit comments