mirror of
https://github.com/pinry/pinry.git
synced 2025-11-16 18:05:51 +01:00
Update docker image name
In docker run command, pinry/pinry is a 3 year old image. Should be getpinry/pinry.
This commit is contained in:
@@ -23,7 +23,7 @@ DATA_PATH=/abs/path/to/your/data/directory
|
|||||||
|
|
||||||
sudo docker run -d=true -p=80:80 \
|
sudo docker run -d=true -p=80:80 \
|
||||||
-v=${DATA_PATH}:/data \
|
-v=${DATA_PATH}:/data \
|
||||||
pinry/pinry
|
getpinry/pinry
|
||||||
```
|
```
|
||||||
|
|
||||||
# Build Docker from Source
|
# Build Docker from Source
|
||||||
|
|||||||
Reference in New Issue
Block a user