server-v9 #1

Merged
laur merged 2 commits from server-v9 into main 2025-01-08 09:45:36 +01:00
Showing only changes of commit d4291453cc - Show all commits

View File

@ -4,7 +4,7 @@ version: '3.9'
services: services:
unifi-controller: unifi-controller:
image: "{{ unifi_image }}" image: "{{ unifi_image }}"
container_name: unifi-controller-service container_name: "{{ unifi_container_name }}"
restart: unless-stopped restart: unless-stopped
env_file: env_file:
- "{{ unifi_config_path | expanduser }}/env.unifi-controller.conf" - "{{ unifi_config_path | expanduser }}/env.unifi-controller.conf"