mirror of
https://github.com/pinry/pinry.git
synced 2026-07-07 13:02:39 +02:00
Fix: Fix doc for production key location
This commit is contained in:
committed by
Isaac Bythewood
parent
3a3b0e24cb
commit
65be291c24
@@ -21,7 +21,7 @@ echo "If you want to use docker-compose, just edit docker-compose.yml and use 'd
|
||||
SECRET_KEY=$(sudo docker run pinry/pinry /scripts/gen_key.sh)
|
||||
|
||||
echo ""
|
||||
echo "Your secret-key is(also saved/overwritten your pinry/production_secret_key.txt):"
|
||||
echo "Your secret-key is(also saved/overwritten your docker's /data/production_secret_key.txt):"
|
||||
echo ""
|
||||
echo ${SECRET_KEY}
|
||||
echo "=================================================================================="
|
||||
|
||||
Reference in New Issue
Block a user