mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
13 lines
209 B
YAML
13 lines
209 B
YAML
|
version: "3.8"
|
||
|
services:
|
||
|
nextdns:
|
||
|
image: vimagick/nextdns
|
||
|
command: >
|
||
|
run
|
||
|
-listen :53
|
||
|
-log-queries
|
||
|
ports:
|
||
|
- "5300:53/tcp"
|
||
|
- "5300:53/udp"
|
||
|
restart: unless-stopped
|