Skip to content

Commit 2948023

Browse files
authored
Update README.md
1 parent f69fd89 commit 2948023

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
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`

0 commit comments

Comments
 (0)