Skip to content

Commit 57b4a3a

Browse files
authored
Update README.md
1 parent 1acb8a9 commit 57b4a3a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# docker-firefly-iii
22

3-
`
4-
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 myfirefly
5-
`
3+
## Info:
4+
Based on Alpine:latest
5+
6+
## 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`

0 commit comments

Comments
 (0)