Homer Homepage
A place to land that holds a directory to all your services.
---
services:
homer:
image: b4bz/homer
container_name: homer
volumes:
- ${DATA-HOMER}:/www/assets
ports:
- 8080:8080
user: 1000:100
environment:
- INIT_ASSETS=1
restart: unless-stopped