Skip to content

Commit

Permalink
Add info on how to update to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite committed Nov 16, 2023
1 parent b57c258 commit 00be8bf
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Wallos: Open-Source Personal Subscription Tracker
- [Docker](#docker)
- [Installation](#installation)
- [Baremetal](#baremetal-1)
- [Updating](#updating)
- [Docker](#docker-1)
- [Docker-Compose](#docker-compose)
- [Usage](#usage)
- [Contributing](#contributing)
- [Screenshots](#screenshots)
Expand Down Expand Up @@ -73,15 +75,21 @@ Add the following scripts to your cronjobs with `crontab -e`

If your web root is not `/var/www/html/` adjust both the cronjobs above and `/endpoints/cronjobs/conf.php` accordingly.

#### Updating

After an update run `http://domain.example/endpoints/db/migrate.php`

#### Docker

```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 \
-e TZ=Europe/Berlin -p 8282:80 --restart unless-stopped \
bellamy/wallos:latest
```
docker-compose.yml

### Docker Compose

```
version: '3.0'
Expand Down

0 comments on commit 00be8bf

Please sign in to comment.