taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 435e5de7912d685e72790a222c6c3419876568ff
parent 1edb40b7d812dd3a5aba3dadc127ec0575e02e3f
Author: MS <ms@taler.net>
Date:   Fri,  4 Nov 2022 14:38:20 +0100

README

Diffstat:
Mdocker/hybrid/README | 18+++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/docker/hybrid/README b/docker/hybrid/README @@ -69,6 +69,15 @@ Run From this folder: $ docker-compose up --remove-orphans --abort-on-container-exit +Logs +---- + +Newest rotated logs can be seen by: + + $ docker run -v hybrid_talerlogs:/logs -it taler_local/taler_base /bin/bash + +The started container should now have all the logs under /logs. + How to test on localhost ======================== @@ -188,12 +197,3 @@ Nginx configuration example deploys this sandbox under proxy_pass http://localhost:5562/; } } - -Logs -==== - -Newest rotated logs can be seen by: - - $ docker run -v hybrid_talerlogs:/logs -it taler_local/taler_base /bin/bash - -The started container should now have all the logs under /logs.