mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-02-22 14:33:24 +08:00
Updated Getting started on Docker (markdown)
parent
f0e1a6df2e
commit
f5c3c42830
1 changed files with 1 additions and 1 deletions
|
@ -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
|
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
|
# Running
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue