File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ Based on arm32v6/alpine:latest which make it compatible with Raspberry Pi Zero (
55This image use php7-fpm with nginx instead of apache2 in official image
66
77## Usage:
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 `
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