mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-12-04 11:05:32 +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:
|
||||
containers:
|
||||
- name: powerdnsadmin
|
||||
image: ngoduykhanh/powerdns-admin
|
||||
image: powerdnsadmin/pda-legacy
|
||||
ports:
|
||||
- containerPort: 80
|
||||
protocol: TCP
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user