updated image docker-compose.yml & deployment.yml

Docker Hub Repository Moved! #1317
This commit is contained in:
Dominik Fahr 2022-12-12 19:24:46 +01:00
parent 97a79645b0
commit 650ea7660b
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: powerdnsadmin
image: ngoduykhanh/powerdns-admin
image: powerdnsadmin/pda-legacy
ports:
- containerPort: 80
protocol: TCP

View File

@ -2,7 +2,7 @@ version: "3"
services:
app:
image: ngoduykhanh/powerdns-admin:latest
image: powerdnsadmin/pda-legacy:latest
container_name: powerdns_admin
ports:
- "9191:80"