]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - docker-compose.yml
Bump dns-packet from 1.3.1 to 1.3.4
[github/bastienwirtz/homer.git] / docker-compose.yml
CommitLineData
e4537f13 1---
2version: "2"
3services:
4 homer:
5 image: b4bz/homer
86f4680a 6 #To build from source, comment previous line and uncomment below
7 #build: .
e4537f13 8 container_name: homer
9 volumes:
10 - /your/local/assets/:/www/assets
11 ports:
12 - 8080:8080
13 #environment:
14 # - UID=1000
15 # - GID=1000
16 restart: unless-stopped