mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-09 15:10:27 +00:00
updated image docker-compose.yml & deployment.yml
Docker Hub Repository Moved! #1317
This commit is contained in:
parent
97a79645b0
commit
650ea7660b
@ -18,7 +18,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: powerdnsadmin
|
- name: powerdnsadmin
|
||||||
image: ngoduykhanh/powerdns-admin
|
image: powerdnsadmin/pda-legacy
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
@ -2,7 +2,7 @@ version: "3"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: ngoduykhanh/powerdns-admin:latest
|
image: powerdnsadmin/pda-legacy:latest
|
||||||
container_name: powerdns_admin
|
container_name: powerdns_admin
|
||||||
ports:
|
ports:
|
||||||
- "9191:80"
|
- "9191:80"
|
||||||
|
Loading…
Reference in New Issue
Block a user