17 lines
396 B
YAML
Executable File
17 lines
396 B
YAML
Executable File
---
|
|
services:
|
|
homepage:
|
|
image: ghcr.io/gethomepage/homepage
|
|
container_name: homepage
|
|
ports:
|
|
- 80:3000
|
|
volumes:
|
|
- ./config:/app/config
|
|
- ./icons:/app/public/icons
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- /mnt/disk1:/volume_1:ro
|
|
- /mnt/disk2:/volume_2:ro
|
|
restart: always
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|