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' version: '3.8'
services: services:
dns: dns:
image: debian:latest build: .
# image: alpine:latest
ports: ports:
- "53:53" - "53:53"
- "8443:443" - "8443:443"
- "8080:8443" - "8080:8443"
volumes: volumes:
- "/opt/docker/dns:/etc/bind:rw" - "./config/bind:/etc/bind:rw"