From f2029fa627d08618377d5fdb362ae3d4bbbd5684 Mon Sep 17 00:00:00 2001 From: Reto Bollinger Date: Fri, 15 Nov 2024 21:23:47 +0100 Subject: [PATCH] added how to access the webserver (which provides inline editing :) ) --- pcs-setup.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pcs-setup.txt b/pcs-setup.txt index 739c65a..f77a11f 100644 --- a/pcs-setup.txt +++ b/pcs-setup.txt @@ -8,6 +8,10 @@ New Lektor Approach: docker run -it -v ${PWD}/lektordata:/opt/lektor -p 5000:5000 lektorcontainer lektor serve -h 0.0.0.0 + access it with your browser: + + http://localhost:5000 + thats all!