Updated documentation to reflect the new Docker Hub home of the project's Docker images.

This commit is contained in:
Matt Scott
2022-12-09 12:55:45 -05:00
parent ceedf895d8
commit 3889ceaf4c
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ $ docker run -d \
-e SECRET_KEY='a-very-secret-key' \
-v pda-data:/data \
-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.