homeassistant: Move container to different port
This commit is contained in:
parent
8df5271acc
commit
7489a0c895
3 changed files with 12 additions and 11 deletions
|
@ -148,7 +148,7 @@
|
|||
dest: "/etc/nginx/conf.d/{{ inventory_hostname }}/homeassistant.conf"
|
||||
content: |
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:8001;
|
||||
proxy_pass http://127.0.0.1:8008;
|
||||
}
|
||||
mode: "0644"
|
||||
owner: root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue