mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 07:35:56 +02:00
Lint
This commit is contained in:
@@ -22,7 +22,7 @@ Ensure you have the following installed on your system:
|
|||||||
```sh
|
```sh
|
||||||
nano docker-compose.yml
|
nano docker-compose.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
Copy and paste the following configuration:
|
Copy and paste the following configuration:
|
||||||
```yaml
|
```yaml
|
||||||
version: '3.8'
|
version: '3.8'
|
||||||
@@ -51,6 +51,8 @@ Ensure you have the following installed on your system:
|
|||||||
- ./config:/config # Configuration files
|
- ./config:/config # Configuration files
|
||||||
- ./ssl:/ssl # SSL certificates
|
- ./ssl:/ssl # SSL certificates
|
||||||
- /dev/shm:/dev/shm # Shared memory
|
- /dev/shm:/dev/shm # Shared memory
|
||||||
|
tmpfs:
|
||||||
|
- /tmp # Optional
|
||||||
```
|
```
|
||||||
|
|
||||||
3. **Start the Container**
|
3. **Start the Container**
|
||||||
@@ -62,7 +64,7 @@ Ensure you have the following installed on your system:
|
|||||||
|
|
||||||
4. **Access BirdNET-Pi Web UI**
|
4. **Access BirdNET-Pi Web UI**
|
||||||
Open your browser and navigate to:
|
Open your browser and navigate to:
|
||||||
```
|
```sh
|
||||||
http://localhost:8001 # Or whatever port you have configured
|
http://localhost:8001 # Or whatever port you have configured
|
||||||
```
|
```
|
||||||
Replace `localhost` with your server's IP address if running on another machine.
|
Replace `localhost` with your server's IP address if running on another machine.
|
||||||
@@ -74,7 +76,7 @@ To check for new versions of the container and update:
|
|||||||
1. **Check for the latest version**
|
1. **Check for the latest version**
|
||||||
Visit the container registry:
|
Visit the container registry:
|
||||||
[https://github.com/alexbelgium/hassio-addons/pkgs/container/birdnet-pi-amd64](https://github.com/alexbelgium/hassio-addons/pkgs/container/birdnet-pi-amd64)
|
[https://github.com/alexbelgium/hassio-addons/pkgs/container/birdnet-pi-amd64](https://github.com/alexbelgium/hassio-addons/pkgs/container/birdnet-pi-amd64)
|
||||||
|
|
||||||
The latest version tag (e.g., `2025.02.23`) will be listed.
|
The latest version tag (e.g., `2025.02.23`) will be listed.
|
||||||
|
|
||||||
2. **Update and restart the container**
|
2. **Update and restart the container**
|
||||||
|
|||||||
Reference in New Issue
Block a user