yarr-box/static/docker/homer.yaml

14 lines
272 B
YAML
Raw Normal View History

2022-10-30 19:01:10 +00:00
---
version: "2"
services:
homer:
image: b4bz/homer:latest
container_name: homer
volumes:
- /infra/homer:/www/assets
ports:
- 8000:8080
user: 1000:1000 # default
environment:
- INIT_ASSETS=1 # default
restart: unless-stopped