From e8853f8a12f6c3c35877ab355349b82d7eca4dc4 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Mon, 6 Dec 2021 18:46:02 +0300 Subject: [PATCH] Don't detach docker run --- DOCKER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCKER.md b/DOCKER.md index 1397865a34a07b51e1b34c68ad8f5e1bfedad3e8..0e6619b5a9bd6bc1a593db289ad15feff3101bbc 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -11,7 +11,7 @@ repositories are stored in the `/soft-serve` directory, so you’ll likely want to mount that directory as a volume in order keep your repositories backed up. ```sh -docker run -d \ +docker run \ --name=soft-seve \ --volume /path/to/data:/soft-serve \ --publish 23231:23231 \