mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
10 lines
337 B
YAML
10 lines
337 B
YAML
version: "3.3"
|
|
|
|
services:
|
|
homepage:
|
|
image: ${HOMEPAGE_IMAGE:-ghcr.io/gethomepage/homepage:latest}
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ${VOL_CONFIG_PATH:-./config}/homepage:/app/config # Make sure your local config directory exists
|
|
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
|