Skip to content

Commit

Permalink
docs: remove not needed arm instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite committed Feb 17, 2024
1 parent 4075615 commit a6462d7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,6 @@ 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

```
Expand Down

0 comments on commit a6462d7

Please sign in to comment.