added ignore file

changed port to 80 for standalone docker host
This commit is contained in:
Radar231 2022-08-11 07:01:42 -04:00
parent 6b89ebb820
commit 7a2f685b24
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
data/

View File

@ -6,7 +6,7 @@ services:
ntopng:
container_name: ntopng
image: vimagick/ntopng
command: --community -d /var/lib/ntopng -i eth0 -r 127.0.0.1:6379@0 -w 0.0.0.0:8080
command: --community -d /var/lib/ntopng -i eth0 -r 127.0.0.1:6379@0 -w 0.0.0.0:80
volumes:
- ./data/ntopng:/var/lib/ntopng
network_mode: host