Update Servers/Containerization/Docker/Compose/Unifi-Controller.md

This commit is contained in:
2025-04-21 00:00:34 -06:00
parent bd673a6d7e
commit 634e36c7c8

View File

@ -1,6 +1,6 @@
**Purpose**: The UniFi® Controller is a wireless network management software solution from Ubiquiti Networks™. It allows you to manage multiple wireless networks using a web browser. **Purpose**: The UniFi® Controller is a wireless network management software solution from Ubiquiti Networks™. It allows you to manage multiple wireless networks using a web browser.
```jsx title="docker-compose.yml" ```yaml title="docker-compose.yml"
version: "2.1" version: "2.1"
services: services:
controller: controller:
@ -36,6 +36,6 @@ networks:
external: true external: true
``` ```
```jsx title=".env" ```yaml title=".env"
Not Applicable Not Applicable
``` ```