jasonish / docker-suricata

A Suricata Docker image.
https://hub.docker.com/r/jasonish/suricata/
MIT License
250 stars 76 forks source link

Corrected the Group ID option #19

Closed showipintbri closed 3 years ago

showipintbri commented 3 years ago

was: docker run -e PUID=$(id -u) -e PGID=$(id-u) now: docker run -e PUID=$(id -u) -e PGID=$(id -g)