]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - docker-compose.yml
Implement custom service component
[github/bastienwirtz/homer.git] / docker-compose.yml
CommitLineData
e4537f13 1---
2version: "2"
3services:
4 homer:
5 image: b4bz/homer
6 container_name: homer
7 volumes:
8 - /your/local/assets/:/www/assets
9 ports:
10 - 8080:8080
11 #environment:
12 # - UID=1000
13 # - GID=1000
14 restart: unless-stopped