update comment for clarity

This commit is contained in:
Christoforus Surjoputro 2026-03-23 17:27:24 +07:00
parent b6a036b68c
commit 57e8c98d29

View file

@ -14,8 +14,8 @@ services:
userns_mode: "keep-id" userns_mode: "keep-id"
user: "${UID:-1000}:${GID:-1000}" user: "${UID:-1000}:${GID:-1000}"
container_name: picoclaw-agent container_name: picoclaw-agent
# default: turns off SELinux for easier to run and test # Default: SELinux disabled for testing. In production, remove 'label=disable'
# change or remove label=disable on production and employ seccomp policy instead # and implement a seccomp profile for better security.
security_opt: security_opt:
- label=disable - label=disable
profiles: profiles:
@ -25,7 +25,7 @@ services:
# - "host.docker.internal:host-gateway" # - "host.docker.internal:host-gateway"
environment: environment:
- PICOCLAW_HOME=/home/picoclaw/.picoclaw - PICOCLAW_HOME=/home/picoclaw/.picoclaw
# Uncomment to make healtcheck works on podman pod model # Uncomment for Podman pod health check compatibility
# - PICOCLAW_GATEWAY_HOST=0.0.0.0 # - PICOCLAW_GATEWAY_HOST=0.0.0.0
volumes: volumes:
- ./data:/home/picoclaw/.picoclaw:Z - ./data:/home/picoclaw/.picoclaw:Z
@ -44,8 +44,8 @@ services:
dockerfile: docker/Dockerfile dockerfile: docker/Dockerfile
userns_mode: "keep-id" userns_mode: "keep-id"
user: "${UID:-1000}:${GID:-1000}" user: "${UID:-1000}:${GID:-1000}"
# default: turns off SELinux for easier to run and test # Default: SELinux disabled for testing. In production, remove 'label=disable'
# change or remove label=disable on production and employ seccomp policy instead # and implement a seccomp profile for better security.
security_opt: security_opt:
- label=disable - label=disable
container_name: picoclaw-gateway container_name: picoclaw-gateway
@ -57,7 +57,7 @@ services:
# - "host.docker.internal:host-gateway" # - "host.docker.internal:host-gateway"
environment: environment:
- PICOCLAW_HOME=/home/picoclaw/.picoclaw - PICOCLAW_HOME=/home/picoclaw/.picoclaw
# Uncomment to make healtcheck works on podman pod model # Uncomment for Podman pod health check compatibility
# - PICOCLAW_GATEWAY_HOST=0.0.0.0 # - PICOCLAW_GATEWAY_HOST=0.0.0.0
volumes: volumes:
- ./data:/home/picoclaw/.picoclaw:Z - ./data:/home/picoclaw/.picoclaw:Z