Ajouter docker-compose.yml

This commit is contained in:
the_booth 2024-08-28 22:23:40 +02:00
parent d9187df24c
commit 19fec30262

11
docker-compose.yml Normal file
View File

@ -0,0 +1,11 @@
version: '3.8'
services:
dns:
image: debian:latest
# image: alpine:latest
ports:
- "53:53"
- "8443:443"
- "8080:8443"
volumes:
- "/opt/docker/dns:/etc/bind:rw"