From f5c3c428303a91ceecee680281d0ea67081ef6bb Mon Sep 17 00:00:00 2001 From: Eugene Date: Tue, 5 Jul 2022 22:38:06 +0200 Subject: [PATCH] Updated Getting started on Docker (markdown) --- Getting-started-on-Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-started-on-Docker.md b/Getting-started-on-Docker.md index 2fcd0b5..c2fb70a 100644 --- a/Getting-started-on-Docker.md +++ b/Getting-started-on-Docker.md @@ -15,7 +15,7 @@ Warpgate will need one volume to store its configuration and database in. docker run --rm -it -v :/data ghcr.io/warp-tech/warpgate setup ``` -If you have a valid SSL certificate & key for your domain, you can now replace the self-signed certificate inside the data volume with it. +If you have a valid SSL certificate & key for your domain, now is the best time to replace the self-signed certificate inside the data volume. # Running