From 4c3d6e41a7011a1733f9d507466c106af084d640 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Fri, 6 Aug 2021 09:11:07 +0200 Subject: [PATCH] Docker: Improve cloud config docs --- docker/examples/cloud/README.txt | 6 ++++-- docker/examples/cloud/docker-compose.yml | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docker/examples/cloud/README.txt b/docker/examples/cloud/README.txt index a255c29a1..95d4adf27 100644 --- a/docker/examples/cloud/README.txt +++ b/docker/examples/cloud/README.txt @@ -13,11 +13,13 @@ When done - and you see no errors - please open https:/// 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@ Data and all config files related to PhotoPrism can be found in diff --git a/docker/examples/cloud/docker-compose.yml b/docker/examples/cloud/docker-compose.yml index 25b74e19e..540e7f8c2 100644 --- a/docker/examples/cloud/docker-compose.yml +++ b/docker/examples/cloud/docker-compose.yml @@ -15,11 +15,13 @@ version: '3.5' # https:/// # # 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@ # # Data and all config files related to PhotoPrism can be found in #