15 lines
337 B
YAML
15 lines
337 B
YAML
![]() |
---
|
||
|
services:
|
||
|
homepage:
|
||
|
image: ghcr.io/gethomepage/homepage
|
||
|
container_name: homepage
|
||
|
ports:
|
||
|
- 4000: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
|