repo.or.cz
/
dockerfiles.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update image to almalinux 9
[dockerfiles.git]
/
pdns-recursor
/
docker-compose.yml
blob
6756f8bfbc8b7fa764dae7dfb6d4f083a3a58e59
1
version: '3'
2
3
services:
4
pdns-recursor:
5
build:
6
context: .
7
image: pdns-recursor
8
ports:
9
- "53:53/udp"
10
- "53:53/tcp"
11