From 9521674ba10815703e84eb075797f915cec63dc7 Mon Sep 17 00:00:00 2001 From: Leonard Lorenz Date: Tue, 17 Nov 2020 18:12:26 +0100 Subject: [PATCH] detach when started --- Makefile | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index e69de29..0000000 diff --git a/README.md b/README.md index 0865985..d1c42e9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ cd crablog 2. Set up your configuration file (see below) 3. Build and run the docker container (Will compile from source and thus take a while) ```bash -docker-compose up +docker-compose up -d ``` ## Configuration environment file