From eb305edafd90156ab391d24717fe7edff54ad9ca Mon Sep 17 00:00:00 2001 From: "왕영주 (Youngju Wang)" <42968754+YoungjuWang@users.noreply.github.com> Date: Mon, 31 May 2021 17:49:43 +0900 Subject: Update README.md How to run docker-compose with '-d' option --- tools/docker-compose/README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/docker-compose/README.md b/tools/docker-compose/README.md index 3987e596d2..5e985b6d6d 100644 --- a/tools/docker-compose/README.md +++ b/tools/docker-compose/README.md @@ -82,6 +82,9 @@ $ make docker-compose > The make target assumes that the image you built is tagged with your current branch. This allows you to build images for different contexts or branches. When starting the containers, you can choose a specific branch by setting `COMPOSE_TAG= `in your environment. For example, you might be working in a feature branch, but you want to run the containers using the devel image you built previously. To do that, start the containers using the following command: `$ COMPOSE_TAG=devel make docker-compose` + +> For running docker-compose detached mode, start the containers using the following command: `$ make docker-compose COMPOSE_UP_OPTS=-d` + ##### Wait for migrations to complete The first time you start the environment, database migrations need to run in order to build the PostgreSQL database. It will take few moments, but eventually you will see output in your terminal session that looks like the following: -- cgit v1.2.3