#Hey all I m having trouble setting up
1 messages · Page 1 of 1 (latest)
I have removed the config files and recreated the image but I can't connect to the web UI.
This is my docker-compose.yml file.
1 version: '3.0'
2 services:
3 homeassistant:
4 image: ghcr.io/home-assistant/home-assistant:latest
5 container_name: homeassistant
6 network_mode: host
7 environment:
8 - PUID=1000
9 - PGID=1000
10 - TZ=Australia/Sydney
11 volumes:
12 - ./config/homeassistant:/config
13 ports:
14 - 8123:8123
15 restart: unless-stopped
16
These are the logs from the container:
$ docker-compose logs -f
Attaching to homeassistant
homeassistant | s6-rc: info: service s6rc-oneshot-runner: starting
homeassistant | s6-rc: info: service s6rc-oneshot-runner successfully started
homeassistant | s6-rc: info: service fix-attrs: starting
homeassistant | s6-rc: info: service fix-attrs successfully started
homeassistant | s6-rc: info: service legacy-cont-init: starting
homeassistant | s6-rc: info: service legacy-cont-init successfully started
homeassistant | s6-rc: info: service legacy-services: starting
homeassistant | services-up: info: copying legacy longrun home-assistant (no readiness notification)
homeassistant | s6-rc: info: service legacy-services successfully started
home-assistant.log has nothing in it.
I have opened the port on the server,
I have restarted the system and my router but i can't tell if it is actually running inside the container.
I get the Connection has time out when trying to access the UI from firefox.
I have tried both stable and latest images and also linuxserver images but all have the same issue