Skip to content

Commit 0b5cc47

Browse files
authored
Update README.md
1 parent 2948023 commit 0b5cc47

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Based on arm32v6/alpine:latest which make it compatible with Raspberry Pi Zero (
55
This 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`

0 commit comments

Comments
 (0)