issues
search
secureworks
/
dalton
Suricata, Snort and Zeek IDS rule and pcap testing system
Apache License 2.0
455
stars
91
forks
source link
Update nginx
#202
Closed
rkoumis
closed
2 weeks ago
rkoumis
commented
2 weeks ago
Issue #200
go from nginx 1.19 to 1.27
Added a Makefile target to lint the Dockerfiles
The default nginx docker image has a
CMD
of
["nginx" "-g" "daemon off;"]
so
we don't need the CMD in our Dockerfile
and we can't have "daemon off" in our nginx config
Issue #200
CMD
of["nginx" "-g" "daemon off;"]
so