fix: Use the variable container name
This commit is contained in:
parent
87ead41f5e
commit
d4291453cc
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user