11 lines
272 B
YAML
11 lines
272 B
YAML
|
|
services:
|
|
homepage:
|
|
image: ghcr.io/gethomepage/homepage:latest
|
|
container_name: homepage
|
|
volumes:
|
|
- /data/homepage:/app/config
|
|
- /var/run/docker.sock:/var/run/docker.sock # pass local proxy
|
|
ports:
|
|
- 3001:3000
|
|
restart: unless-stopped |