Compare commits
1 Commits
access-log
...
alloy
| Author | SHA1 | Date | |
|---|---|---|---|
|
7818c89ad7
|
@@ -99,3 +99,6 @@ LIVE_DEBUGGING=false
|
||||
|
||||
# Node memory usage alert will trigger when memory usage is above the given number in percent
|
||||
#ALERT_NODE_MEMORY_USAGE=85
|
||||
|
||||
# Edit this if your distribution sets this socket to another location
|
||||
# CONTAINERD_SOCKET=/var/run/containerd/containerd.sock
|
||||
|
||||
@@ -13,6 +13,7 @@ services:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- /sys:/sys:ro
|
||||
- /var/lib/docker:/var/lib/docker:ro
|
||||
- "${CONTAINERD_SOCKET:-/run/containerd/containerd.sock}:/run/containerd/containerd.sock"
|
||||
- alloy-data:/var/lib/alloy/data
|
||||
command:
|
||||
- "run"
|
||||
|
||||
Reference in New Issue
Block a user