Skip to content

Commit

Permalink
Remove unnecessary bullets for numbered list
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrxy committed Jul 2, 2024
1 parent 6f67597 commit 9c85139
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/content/docs/docs/administration/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,16 +298,18 @@ In newer versions of AzuraCast, you can manage this via the web UI.

To override the favicon and other browser icons used by AzuraCast, you should follow these steps:

1. - Upload your icon to favicon-generator.org. Be sure to leave "Generate icons for Web, Android, Microsoft, and iOS (iPhone and iPad) Apps" checked.
1. - Once your icon set is downloaded, it will be in a .zip file format; extract that file and copy it to the host server where AzuraCast is hosted.
1. - Inside the AzuraCast directory on your host (by default, /var/azuracast), create a file named docker-compose.override.yml with the following contents:
1. Upload your icon to favicon-generator.org. Be sure to leave "Generate icons for Web, Android, Microsoft, and iOS (iPhone and iPad) Apps" checked.
2. Once your icon set is downloaded, it will be in a .zip file format; extract that file and copy it to the host server where AzuraCast is hosted.
3. Inside the AzuraCast directory on your host (by default, /var/azuracast), create a file named docker-compose.override.yml with the following contents:

```yaml
services:
web:
volumes:
- /path/to/your/favicon/folder:/var/azuracast/www/static/icons/production
```
Restart AzuraCast via `docker-compose down && docker-compose up -d`.

4. Restart AzuraCast via `docker-compose down && docker-compose up -d`.

### Increase PHP Allowed Memory

Expand Down

0 comments on commit 9c85139

Please sign in to comment.