No webui #216
ozdeadmeat
started this conversation in
General
No webui
#216
Replies: 2 comments 1 reply
|
i dont know why github is so shit at showing code in a comment. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I cant get the webui to come up at all. Compose is below.
`services:
# node-bootstrap: # optional, local themes and icons
# image: aceberg/node-bootstrap # dockerhub
# # image: ghcr.io/aceberg/node-bootstrap # or github
# restart: unless-stopped
# ports:
# - 8850:8850
lanwatch:
container_name: lanwatch
image: aceberg/watchyourlan # dockerhub
# image: ghcr.io/aceberg/watchyourlan # or github
network_mode: "host"
restart: unless-stopped
# uncomment those if you are using local node-bootstrap:
# command: "-n http://YOUR_IP:8850" # put your server IP or DNS name here
# depends_on:
# - node-bootstrap
volumes:
- lanwatch-config:/data/WatchYourLAN
environment:
TZ: Australia/Sydney # required: needs your TZ for correct time
IFACES: "ens192" # required: 1 or more interface
# HOST: "0.0.0.0" # optional, default: 0.0.0.0
# PORT: "8840" # optional, default: 8840
# TIMEOUT: "120" # optional, time in seconds, default: 120
# SHOUTRRR_URL: "" # optional, set url to notify
# THEME: "sand" # optional
# COLOR: "dark" # optional
volumes:
lanwatch-config:
name: lanwatch-config`
All reactions