mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 03:20:12 -08:00
15 lines
326 B
YAML
15 lines
326 B
YAML
services:
|
|
homepage:
|
|
container_name: homepage
|
|
hostname: homepage
|
|
image: ghcr.io/gethomepage/homepage:latest
|
|
ports:
|
|
- 3010:3000
|
|
environment:
|
|
- PUID:1000
|
|
- GUID:1000
|
|
volumes:
|
|
- ./config:/app/config
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
restart: unless-stopped
|