This commit is contained in:
Alexandre
2025-03-02 22:21:46 +01:00
committed by GitHub
parent 4e4f28d739
commit 311012616b

View File

@@ -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.