mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-02-21 22:15:24 +08:00
Created Getting started on Docker (markdown)
parent
777becc7ab
commit
09f4985efd
1 changed files with 13 additions and 0 deletions
13
Getting-started-on-Docker.md
Normal file
13
Getting-started-on-Docker.md
Normal file
|
@ -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`
|
Loading…
Reference in a new issue