Merge branch 'master' of https://git.quodatum.duckdns.org/apb/thedocks.git
This commit is contained in:
commit
55a7f41eb5
4 changed files with 66 additions and 63 deletions
|
@ -6,7 +6,7 @@ version: '2'
|
|||
services:
|
||||
pihole:
|
||||
container_name: pihole-vlan
|
||||
image: pihole/pihole:2021.12 # check the latest version on docker hub.
|
||||
image: pihole/pihole # check the latest version on docker hub.
|
||||
hostname: pihole # set an easy hostname to remember
|
||||
domainname: local # your local domain name
|
||||
mac_address: de:ad:be:ef:ff:01 # can change or leave this
|
||||
|
|
|
@ -1 +1,4 @@
|
|||
🐋 Web Service Discovery host daemon (wsdd)
|
||||
|
||||
https://github.com/guillaumedsde/docker-wsdd
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3'
|
|||
|
||||
services:
|
||||
wsdd:
|
||||
wsdd: wsdd:0.0.0
|
||||
image: wsdd:0.0.0
|
||||
build: .
|
||||
container_name: wsdd-docker
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Add table
Reference in a new issue