1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-20 15:58:06 +02:00
Signed-off-by: Andrew Maguire <andrewm4894@gmail.com>
This commit is contained in:
Andrew Maguire 2023-07-19 15:27:56 +01:00
parent 644a51316f
commit f69136ee72

View file

@ -41,6 +41,7 @@ volumes:
netdatalib:
netdatacache:
```
The compose file defines a stack with the service `netdata` and available at port `19999` by default. More information around installation options and configuration via Docker can be found in the Netdata docs [here](https://learn.netdata.cloud/docs/agent/packaging/docker).
Make sure the port 19999 on the host is not already in use.