mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Merge pull request #10313 from YoungjuWang/patch-1
Update README.md SUMMARY Guide for running docker-compose with detached mode ISSUE TYPE Docs Pull Request AWX VERSION 19.1.0 Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
This commit is contained in:
commit
a286324ab7
@ -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=<branch name> `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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user