Docker: Improve cloud config docs
This commit is contained in:
parent
ddc19594ad
commit
4c3d6e41a7
2 changed files with 8 additions and 4 deletions
|
@ -13,11 +13,13 @@ When done - and you see no errors - please open
|
|||
https://<YOUR SERVER IP>/
|
||||
|
||||
in a Web browser and log in using the initial admin password shown
|
||||
by the script. You may also see it by running
|
||||
by the script. You may also see the initial password by running
|
||||
|
||||
cat /root/.initial-password.txt
|
||||
|
||||
in a terminal.
|
||||
as root on your server. To open a terminal:
|
||||
|
||||
ssh root@<YOUR SERVER IP>
|
||||
|
||||
Data and all config files related to PhotoPrism can be found in
|
||||
|
||||
|
|
|
@ -15,11 +15,13 @@ version: '3.5'
|
|||
# https://<YOUR SERVER IP>/
|
||||
#
|
||||
# in a Web browser and log in using the initial admin password shown
|
||||
# by the script. You may also see it by running
|
||||
# by the script. You may also see the initial password by running
|
||||
#
|
||||
# cat /root/.initial-password.txt
|
||||
#
|
||||
# in a terminal.
|
||||
# as root on your server. To open a terminal:
|
||||
#
|
||||
# ssh root@<YOUR SERVER IP>
|
||||
#
|
||||
# Data and all config files related to PhotoPrism can be found in
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue