Add ARM64 instructions to README
This commit is contained in:
parent
4e7a526e34
commit
a0154e70c7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
/db/*
|
/db/*
|
||||||
!/db/wallos.empty.db
|
!/db/wallos.empty.db
|
||||||
/images/uploads/logos/
|
/images/uploads/logos/
|
||||||
|
/images/uploads/logos/*
|
||||||
.DS_Store
|
.DS_Store
|
||||||
11
README.md
11
README.md
@ -38,6 +38,7 @@ Wallos is a powerful, open-source, and self-hostable web application designed to
|
|||||||
- Mobile view: Wallos on the go.
|
- Mobile view: Wallos on the go.
|
||||||
- Statistics: Another perspective into your spendings.
|
- Statistics: Another perspective into your spendings.
|
||||||
- Notifications: Get notified by email of an upcoming payment.
|
- Notifications: Get notified by email of an upcoming payment.
|
||||||
|
- Multi Language support.
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
@ -92,6 +93,16 @@ docker run -d --name wallos -v /path/to/config/wallos/db:/var/www/html/db \
|
|||||||
bellamy/wallos:latest
|
bellamy/wallos:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For ARM processors you need to use the tag main
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker run -d --name wallos -v /path/to/config/wallos/db:/var/www/html/db \
|
||||||
|
-v /path/to/config/wallos/logos:/var/www/html/images/uploads/logos \
|
||||||
|
-e TZ=Europe/Berlin -p 8282:80 --restart unless-stopped \
|
||||||
|
bellamy/wallos:main
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Docker Compose
|
### Docker Compose
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user