diff --git a/.gitignore b/.gitignore index 8f6bb21..893e46c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /db/* !/db/wallos.empty.db /images/uploads/logos/ -.DS_Store \ No newline at end of file +/images/uploads/logos/* +.DS_Store diff --git a/README.md b/README.md index 32be0b0..bf06168 100644 --- a/README.md +++ b/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. - Statistics: Another perspective into your spendings. - Notifications: Get notified by email of an upcoming payment. +- Multi Language support. ## Getting Started @@ -92,6 +93,16 @@ docker run -d --name wallos -v /path/to/config/wallos/db:/var/www/html/db \ 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 ``` diff --git a/images/uploads/logos/Thumbs.db b/images/uploads/logos/Thumbs.db deleted file mode 100644 index 7e430a8..0000000 Binary files a/images/uploads/logos/Thumbs.db and /dev/null differ