Readme add docker

This commit is contained in:
Georg Reisinger 2022-02-01 23:41:23 +01:00
parent d5c26d6198
commit 51c7738b12

View File

@ -18,6 +18,8 @@ npm start
``` ```
### Docker ### Docker
[DockerHub link](https://hub.docker.com/r/dergeorg/ntopngglobe)
#### Run with config file #### Run with config file
```sh ```sh
docker run -p 3100:3100 -p 8999:8999 --name ntopngglobe -v /PATH/TO/CONF/FOLDER:/usr/src/app/public/conf -d dergeorg/ntopngglobe docker run -p 3100:3100 -p 8999:8999 --name ntopngglobe -v /PATH/TO/CONF/FOLDER:/usr/src/app/public/conf -d dergeorg/ntopngglobe