Created Getting started on Docker (markdown)

Eugene 2022-07-05 21:29:06 +02:00
parent 777becc7ab
commit 09f4985efd

@ -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 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.
# Running
`docker run -p <host https port>:8888 -p <host ssh port>:2222 -it -v <data dir>:/data ghcr.io/warp-tech/warpgate`