diff --git a/README.md b/README.md index 0a81bb081..141b22d41 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,8 @@ 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 optional, not compatibile with direct socket see https://gethomepage.dev/en/configs/docker/#using-socket-directly + restart: unless-stopped ``` or docker run: