diff --git a/Getting-started-on-Docker.md b/Getting-started-on-Docker.md new file mode 100644 index 0000000..a2865a7 --- /dev/null +++ b/Getting-started-on-Docker.md @@ -0,0 +1,13 @@ +# Storage + +Warpgate will need one volume to store its configuration and database in. + +# Setup + +`docker run --rm --read-only -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. + +# Running + +`docker run -p :8888 -p :2222 -it -v :/data ghcr.io/warp-tech/warpgate` \ No newline at end of file