aceberg / WatchYourLAN

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

near "l": syntax error #5

Closed Ciberbago closed 1 year ago

Ciberbago commented 1 year ago

Hello! I tried running the docker command like this:

docker run --name wyl \ -e "IFACE=enp4s0" \ -e "TZ=America/Tijuana" \ --network="host" \ -v /home/jaime/docker/wyl:/data \ aceberg/watchyourlan

I created the directory previously.

And for some reason, the moment I run it, gives me a list of devices and shows me this: https://pastebin.com/5Bd5iwLt

At the end the " near "l": syntax error " and the container stops. I don't know what I did wrong. Can you help me? Thanks in advance!

aceberg commented 1 year ago

Thanks for the feedback! Seems like it's an issue with apostrophe in the hardware strings. Fixed now, please pull new docker image