aceberg / WatchYourLAN

Lightweight network IP scanner with web GUI
https://hub.docker.com/r/aceberg/watchyourlan
MIT License
1.24k stars 55 forks source link

Design not showing #57

Closed BangerTech closed 11 months ago

BangerTech commented 11 months ago

Hey there, first of all thanks for the great project. i´m running into an issue and i can´t get my head around ;-) using the local docker-compose file but i only see this web-ui: what am i doing wrong?

version: "3"
services:
  node-bootstrap:
    image: aceberg/node-bootstrap:latest
    restart: unless-stopped
    ports:
    - 8850:8850
  wyl:
    image: aceberg/watchyourlan:latest
    network_mode: "host"      
    restart: unless-stopped
    command: "-n http://127.0.0.1:8850"
    depends_on:
      - node-bootstrap
    volumes:
    - ./data:/data
    environment:
      TZ: Europe/Berlin              # required: needs your TZ for correct time
      IFACE: "ens18"                   # required: 1 or more interface
      DBPATH: "/data/db.sqlite"         # optional, default: /data/db.sqlite
      GUIIP: "0.0.0.0"                  # optional, default: localhost
      GUIPORT: "8840"                   # optional, default: 8840
      TIMEOUT: "120"                    # optional, time in seconds, default: 60
      SHOUTRRR_URL: ""                  # optional, set url to notify
      THEME: "darkly"                   # optional
      IGNOREIP: "no"                    # optional
Screenshot 2023-08-07 at 19 33 41
BangerTech commented 11 months ago

found it. for me the IP Address needs to be hardcoded: