Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 309 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 309 Bytes

Docker Buckets

A docker container that runs Budget w/ Bucket with access from the web

How to Build Docker Image

docker build -t docker-buckets .

Run

docker run --rm -p 5800:5800 -p 5900:5900 -v /path/to/save/budgets:/config docker-buckets

Access at http://localhost:5800