Update Servers/Containerization/Docker/Compose/Unifi-Controller.md
This commit is contained in:
		| @@ -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 | ||||||
| ``` | ``` | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user