Skip to content

Commit

Permalink
feat: Force recreate image with new name repo (#3)
Browse files Browse the repository at this point in the history
updated config files
  • Loading branch information
diegolagospagopa authored Nov 6, 2023
1 parent 48998d9 commit e7ef614
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM coredns/coredns:1.11.1@sha256:2169b3b96af988cf69d7dd69efbcc59433eb027320eb185c6110e0850b997870

COPY ./core-dns/Corefile /app/conf/Corefile
COPY ./coredns/Corefile /app/conf/Corefile

EXPOSE 53 53/udp

Expand Down
File renamed without changes.
9 changes: 5 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
version: "3.8"
services:
azure-core-dns:
azure-coredns-forwarder:
# image: ghcr.io/pagopa/azure-core-dns:beta-setup-azure-core-dns
image: azurecoredns:latest
image: azurecorednsforwarder:latest
# build:
# dockerfile: ./Dockerfile
# context: .
container_name: azure-core-dns
container_name: azure-coredns-forwarder
# restart: always
ports:
- "53:53"
- "53:53/tcp"
- "53:53/udp"

0 comments on commit e7ef614

Please sign in to comment.