Blame

9c84dc MB Tech 2025-05-26 21:15:01 1
# Ezbookkeeping
2
3
## Docker compose file
4
5
```yaml
6
services:
7
ezbookkeeping:
8
image: mayswind/ezbookkeeping
9
ports:
10
- '6080:8080'
11
```