Updated Getting started on Docker (markdown)

Eugene 2022-07-05 22:38:06 +02:00
parent f0e1a6df2e
commit f5c3c42830

@ -15,7 +15,7 @@ Warpgate will need one volume to store its configuration and database in.
docker run --rm -it -v <data dir>:/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