Update Dockerfile

bind9 -> named
This commit is contained in:
Malte Grosse 2022-04-05 00:59:32 +02:00 committed by GitHub
parent 74fb59e452
commit f291902dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,4 +26,4 @@ COPY dyndns/views /root/views
COPY dyndns/static /root/static
EXPOSE 53 8080
CMD ["sh", "-c", "/root/setup.sh ; service bind9 start ; /root/dyndns"]
CMD ["sh", "-c", "/root/setup.sh ; service named start ; /root/dyndns"]