Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAxelander committed Nov 26, 2023
1 parent 0b92eeb commit f774d72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ For a quick ramp-up up of OpenBudgeteer using Docker and Sqlite use below comman
docker run -d --name='openbudgeteer' \
-e 'CONNECTION_PROVIDER'='SQLITE' \
-e 'CONNECTION_DATABASE'='/srv/openbudgeteer.db' \
-p 8080:8080
-v 'data:/srv' \
'axelander/openbudgeteer:pre-release'
```
Expand All @@ -51,6 +52,8 @@ services:
openbudgeteer:
image: axelander/openbudgeteer:pre-release
container_name: openbudgeteer
ports:
- 8080:8080
environment:
- CONNECTION_PROVIDER=SQLITE
- CONNECTION_DATABASE=/srv/openbudgeteer.db
Expand Down

0 comments on commit f774d72

Please sign in to comment.