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