[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
6205a620dc
commit
762d33f97a
1 changed files with 8 additions and 0 deletions
|
|
@ -258,3 +258,11 @@ services:
|
||||||
- '--path.sysfs=/host/sys'
|
- '--path.sysfs=/host/sys'
|
||||||
- '--collector.filesystem.ignored-mount-points=^/(sys|proc|dev|host|etc)($|/)'
|
- '--collector.filesystem.ignored-mount-points=^/(sys|proc|dev|host|etc)($|/)'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
pmacctd:
|
||||||
|
image: pmacct/pmacct:latest
|
||||||
|
container_name: pmacctd
|
||||||
|
network_mode: host
|
||||||
|
volumes:
|
||||||
|
- /app-config/pmacct/pmacctd.conf:/etc/pmacct/pmacctd.conf:ro
|
||||||
|
restart: unless-stopped
|
||||||
Loading…
Add table
Add a link
Reference in a new issue