From 3ef67bdb788efe810718031b6752400a05271186 Mon Sep 17 00:00:00 2001 From: Glenn Date: Sat, 19 Oct 2024 11:49:02 +0200 Subject: [PATCH] docs: add missing config --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 321948c..c1d8b8c 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,11 @@ Create APP dokku apps:create cicd-agent -Setup Network & Domains +Setup Network dokku network:create cicd_net dokku network:set cicd-agent attach-post-create cicd_net + dokku proxy:disable cicd-agent Setup Volumes