Add network into docker compose.
This commit is contained in:
parent
488e3f7f8f
commit
085a2742f5
@ -1,10 +1,17 @@
|
||||
version: "3"
|
||||
---
|
||||
version: "3.5"
|
||||
|
||||
networks:
|
||||
home:
|
||||
name: home
|
||||
|
||||
services:
|
||||
blocky:
|
||||
image: spx01/blocky
|
||||
container_name: blocky
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- home
|
||||
ports:
|
||||
- "53:53/tcp"
|
||||
- "53:53/udp"
|
||||
|
Loading…
Reference in New Issue
Block a user