Network.
This commit is contained in:
parent
085a2742f5
commit
cd983625d2
@ -2,8 +2,8 @@
|
|||||||
version: "3.5"
|
version: "3.5"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
home:
|
blocky:
|
||||||
name: home
|
name: blocky
|
||||||
|
|
||||||
services:
|
services:
|
||||||
blocky:
|
blocky:
|
||||||
@ -11,7 +11,7 @@ services:
|
|||||||
container_name: blocky
|
container_name: blocky
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- home
|
- blocky
|
||||||
ports:
|
ports:
|
||||||
- "53:53/tcp"
|
- "53:53/tcp"
|
||||||
- "53:53/udp"
|
- "53:53/udp"
|
||||||
|
Loading…
Reference in New Issue
Block a user