aboutsummaryrefslogtreecommitdiff
path: root/docs/docker.md
diff options
context:
space:
mode:
authorKana <[email protected]>2021-06-07 16:26:22 +0900
committerGitHub <[email protected]>2021-06-07 16:26:22 +0900
commit987078b9af8e85fe49227210795654baeb644a10 (patch)
tree028d24c609f07495c8618eb309f079f251bed7d7 /docs/docker.md
parentfix: docker setup once and for all (diff)
parentMade chibisafe.sh executable and updated docker docs to fix the chibisafe.sh ... (diff)
downloadhost.fuwn.me-987078b9af8e85fe49227210795654baeb644a10.tar.xz
host.fuwn.me-987078b9af8e85fe49227210795654baeb644a10.zip
Merge pull request #276 from jeremyfritzen/master
Made Chibisafe.sh executable + Updated Docker docs
Diffstat (limited to 'docs/docker.md')
-rw-r--r--docs/docker.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/docker.md b/docs/docker.md
index 0dd8bec..cdfa590 100644
--- a/docs/docker.md
+++ b/docs/docker.md
@@ -16,8 +16,8 @@ After that:
Once you are done run the following commands:
- `cd docker`
-- `./chibisafe prod pull`
-- `./chibisafe prod build`
-- `./chibisafe prod up -d`
+- `./chibisafe.sh prod pull`
+- `./chibisafe.sh prod build`
+- `./chibisafe.sh prod up -d`
Congrats, your chibisafe instance is now running.