Selaa lähdekoodia
Update docker image name
In docker run command, pinry/pinry is a 3 year old image. Should be getpinry/pinry.
pull/235/head
Nick Ali
4 vuotta sitten
committed by
GitHub
vanhempi
commit
6b9dae29c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa
1 lisäystä ja
1 poistoa
-
docs/src/install-with-docker.md
|
|
@@ -23,7 +23,7 @@ DATA_PATH=/abs/path/to/your/data/directory |
|
|
|
|
|
|
|
sudo docker run -d=true -p=80:80 \ |
|
|
|
-v=${DATA_PATH}:/data \ |
|
|
|
pinry/pinry |
|
|
|
getpinry/pinry |
|
|
|
``` |
|
|
|
|
|
|
|
# Build Docker from Source |
|
|
|