Actualiser docker-compose.yml

This commit is contained in:
the_booth 2024-08-28 22:45:12 +02:00
parent c3c80cc2d2
commit 4a261bb953

View File

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