From 8a91d7abad62e5769182675948acd88889cbff15 Mon Sep 17 00:00:00 2001 From: alistair Date: Mon, 27 Mar 2023 11:05:56 +0100 Subject: [PATCH] update readme to fix path. This gitea image version-controls its own docker config, so a bit of chicken/egg going on --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0c3c94..5078fc1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Version-controlling my Docker configs. Local copy of this repo is in `/short/too Typical usage (`sudo su` first obv): ``` -cd /short/tools/docker/compose +cd /short/tools/docker/docker_compose git pull cd ./[whichever-image]/ docker compose up -d