git ignore these
This commit is contained in:
parent
b2aad3eef3
commit
913f36ccaf
|
@ -0,0 +1,2 @@
|
|||
.DS_Store
|
||||
TEST-*.xml
|
|
@ -1,6 +1,6 @@
|
|||
FROM ubuntu/bind9:9.18-22.04_beta
|
||||
|
||||
LABEL version="20241020.1.1"
|
||||
LABEL version="20241218.1.1"
|
||||
LABEL description="bind9 primary nameserver"
|
||||
|
||||
ENV BIND_LIB_DIR=/var/lib/bind
|
||||
|
|
|
@ -18,7 +18,7 @@ services:
|
|||
container_name: ns1
|
||||
build:
|
||||
dockerfile: Dockerfile.primary
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:241020.1.1
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:241218.1.1
|
||||
restart: always
|
||||
user: root
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue