mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Merge pull request #1316 from PowerDNS-Admin/1313-docker-image-reference-update
Docker Image Repository References Updated
This commit is contained in:
commit
cbcb4dfb5c
@ -34,7 +34,7 @@ $ docker run -d \
|
|||||||
-e SECRET_KEY='a-very-secret-key' \
|
-e SECRET_KEY='a-very-secret-key' \
|
||||||
-v pda-data:/data \
|
-v pda-data:/data \
|
||||||
-p 9191:80 \
|
-p 9191:80 \
|
||||||
ngoduykhanh/powerdns-admin:latest
|
powerdnsadmin/pda-legacy:latest
|
||||||
```
|
```
|
||||||
This creates a volume called `pda-data` to persist the SQLite database with the configuration.
|
This creates a volume called `pda-data` to persist the SQLite database with the configuration.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Installation on docker
|
# Installation on docker
|
||||||
|
|
||||||
The Docker image is ngoduykhanh/powerdns-admin available on [DockerHub](https://hub.docker.com/r/ngoduykhanh/powerdns-admin)
|
The Docker image is powerdnsadmin/pda-legacy available on [DockerHub](https://hub.docker.com/r/powerdnsadmin/pda-legacy)
|
||||||
|
|
||||||
The supported environment variables to configure the container are located [here](../configuration/Environment-variables.md).
|
The supported environment variables to configure the container are located [here](../configuration/Environment-variables.md).
|
||||||
|
|
||||||
@ -10,5 +10,5 @@ docker run -d \
|
|||||||
-e SECRET_KEY='a-very-secret-key' \
|
-e SECRET_KEY='a-very-secret-key' \
|
||||||
-v pda-data:/data \
|
-v pda-data:/data \
|
||||||
-p 9191:80 \
|
-p 9191:80 \
|
||||||
ngoduykhanh/powerdns-admin:latest
|
powerdnsadmin/pda-legacy:latest
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user