We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb72b83 commit 9ce3d5cCopy full SHA for 9ce3d5c
1 file changed
docker-compose.yml
@@ -22,10 +22,10 @@ services:
22
- /var/run/docker.sock:/var/run/docker.sock:ro
23
# Read docker logs from filesystem
24
- /var/lib/docker/containers:/var/lib/docker/containers:ro
25
- # Kubernetes configuration (optional) for kubectl
26
- # - /etc/rancher/k3s/k3s.yaml:/root/.kube/config
+ # Kubernetes configuration for kubectl (cluster address should not be localhost)
+ # - /kubeconfig.yaml:/root/.kube/config:ro
27
# Custom lazyjournal configuration (optional)
28
- - ./config.yml:/bin/config.yml:ro
+ # - ./config.yml:/bin/config.yml:ro
29
privileged: true
30
# Remove if not using Web mode
31
ports:
0 commit comments