master #2

Merged
gbiotti merged 44 commits from argilla/docker:master into master 2024-01-15 15:04:58 +00:00
1 changed files with 10 additions and 0 deletions
Showing only changes of commit d1cc56fdfb - Show all commits

10
bind/docker-compose.yml Normal file
View File

@ -0,0 +1,10 @@
version: "3.3"
services:
bind:
image: hub.docker.golem.linux.it/bind:latest
restart: unless-stopped
ports:
- "54:53/udp"
- "54:53/tcp"
volumes:
- /srv/bind/etc:/etc/bind