|
@@ -85,6 +85,8 @@ services:
|
|
volumes:
|
|
volumes:
|
|
- /path/to/config:/app/config # Make sure your local config directory exists
|
|
- /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
|
|
- /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:
|
|
or docker run:
|