Add network into docker compose.

This commit is contained in:
Bartek Stalewski 2023-04-06 23:44:35 +02:00
parent 488e3f7f8f
commit 085a2742f5

View File

@ -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"