forked from extern/homer
e4537f134b
Plus short explanation in readme Changed the commit as pointed by @Shuro Explained readme more as asked by @bastienwirtz
15 lines
248 B
YAML
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
|