From a58ae3964a04108a3a16a3f75559358e8920a974 Mon Sep 17 00:00:00 2001 From: alistair Date: Mon, 27 Mar 2023 10:11:00 +0100 Subject: [PATCH] Update 'README.md' added git pull to ensure the local dir is up to date --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 486c741..f0c3c94 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ 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/[whichever-image]/ +cd /short/tools/docker/compose +git pull +cd ./[whichever-image]/ docker compose up -d ```