From 8fb4f107bd85c6c55640fc50be6c9a17af62e713 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sun, 13 Feb 2022 20:44:54 +0100 Subject: [PATCH] Add detached mode --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7927faa6a..5280d46fe 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ The frontend is built with [Angular](https://angular.io) and uses [Angular Mater Run the following command to start the Docker images from [Docker Hub](https://hub.docker.com/r/ghostfolio/ghostfolio): ```bash -docker-compose -f docker/docker-compose.yml up +docker-compose -f docker/docker-compose.yml up -d ``` #### Setup Database @@ -102,7 +102,7 @@ Run the following commands to build and start the Docker images: ```bash docker-compose -f docker/docker-compose.build.yml build -docker-compose -f docker/docker-compose.build.yml up +docker-compose -f docker/docker-compose.build.yml up -d ``` #### Setup Database