diff options
| author | Kana <[email protected]> | 2021-02-21 01:10:58 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-21 01:10:58 +0900 |
| commit | 9200604adb77ad05c9937f9d50141fcae6d11654 (patch) | |
| tree | 450304df1475aee345d823b1c80f30a7af563da5 /docs | |
| parent | chore: update docker guide (diff) | |
| download | host.fuwn.me-9200604adb77ad05c9937f9d50141fcae6d11654.tar.xz host.fuwn.me-9200604adb77ad05c9937f9d50141fcae6d11654.zip | |
Update docker.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docker.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/docker.md b/docs/docker.md index 622c3e5..0dd8bec 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -2,7 +2,10 @@ If you want to avoid all the hassle of installing the dependencies, configuring nginx and etc you can simply use our docker image which makes things way faster. -First make sure you have docker and docker composer installed, on Debian/Ubuntu this would be `sudo apt install docker-ce`. +First make sure you have docker and docker composer installed, so please follow the install instructions for your OS/Distro: +- https://docs.docker.com/engine/install/debian/ +- https://docs.docker.com/compose/install/ + After that: - Copy the config file called `docker-compose.config.example.yml` to `docker-compose.config.yml` with the values you want. Those that are left commented will use the default values. - Copy either `chibisafe.moe.http.example.conf` or `chibisafe.moe.https.example.conf` to `chibisafe.moe.conf` for either HTTP or HTTPS |