mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 07:50:11 -08:00
18 lines
377 B
YAML
18 lines
377 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
|
|
networks:
|
|
cloudflare_default:
|
|
external: true
|