Update README.md

This commit is contained in:
tusc
2020-12-07 20:38:40 -06:00
committed by GitHub
parent bea188c776
commit 759a0ec614

View File

@@ -99,9 +99,9 @@ docker buildx build --platform linux/arm64 -t ntopng-udm:latest --load .
Whenever there is a new version of ntopng you can easily perform an upgrade by doing the following commands: Whenever there is a new version of ntopng you can easily perform an upgrade by doing the following commands:
``` ```
podman pull tusc/ntopng-udm:latest
podman stop ntopng podman stop ntopng
podman rm ntopng podman rm ntopng
podman pull tusc/ntopng-udm:latest
podman run -d --net=host --restart always \ podman run -d --net=host --restart always \
--name ntopng \ --name ntopng \
-v /mnt/data/ntopng/GeoIP.conf:/etc/GeoIP.conf \ -v /mnt/data/ntopng/GeoIP.conf:/etc/GeoIP.conf \