]> git.immae.eu Git - github/bastienwirtz/homer.git/blob - docker-compose.yml
Bump dns-packet from 1.3.1 to 1.3.4
[github/bastienwirtz/homer.git] / docker-compose.yml
1 ---
2 version: "2"
3 services:
4 homer:
5 image: b4bz/homer
6 #To build from source, comment previous line and uncomment below
7 #build: .
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