Skip to content

Commit 9ce3d5c

Browse files
committed
add kubeconfig example
1 parent bb72b83 commit 9ce3d5c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ services:
2222
- /var/run/docker.sock:/var/run/docker.sock:ro
2323
# Read docker logs from filesystem
2424
- /var/lib/docker/containers:/var/lib/docker/containers:ro
25-
# Kubernetes configuration (optional) for kubectl
26-
# - /etc/rancher/k3s/k3s.yaml:/root/.kube/config
25+
# Kubernetes configuration for kubectl (cluster address should not be localhost)
26+
# - /kubeconfig.yaml:/root/.kube/config:ro
2727
# Custom lazyjournal configuration (optional)
28-
- ./config.yml:/bin/config.yml:ro
28+
# - ./config.yml:/bin/config.yml:ro
2929
privileged: true
3030
# Remove if not using Web mode
3131
ports:

0 commit comments

Comments
 (0)