homer/docker-compose.yml
simonporte e4537f134b Added docker-compose.yml
Plus short explanation in readme
Changed the commit as pointed by @Shuro
Explained readme more as asked by @bastienwirtz
2020-07-24 14:38:42 +02:00

15 lines
248 B
YAML

---
version: "2"
services:
homer:
image: b4bz/homer
container_name: homer
volumes:
- /your/local/assets/:/www/assets
ports:
- 8080:8080
#environment:
# - UID=1000
# - GID=1000
restart: unless-stopped