diff --git a/README.md b/README.md index 171c1820..141b22d4 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ services: volumes: - /path/to/config:/app/config # Make sure your local config directory exists - /var/run/docker.sock:/var/run/docker.sock:ro # (optional) For docker integrations - user: 1000:1000 # default user id + # user: 1000:1000 optional, not compatibile with direct socket see https://gethomepage.dev/en/configs/docker/#using-socket-directly restart: unless-stopped ```