Skip to content
This repository was archived by the owner on May 7, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 1.36 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.36 KB

Firefly III

Github Stars GitHub readme Docker Stars Docker Hub

Version Docker Pulls Firefly III Docker Image

For configuration see github.com/firefly-iii/firefly-iii/blob/master/.env.example

Additonally DB_INIT is used to seed the Database once.

Docker compose

---
version: "3"
services:
  firefly-iii:
    image: supersandro2000/firefly-iii
    environment:
     - ...
    restart: unless-stopped