Merge pull request #1652 from emilepetrone/master

Added documentation for Docker deployment in detached mode
This commit is contained in:
Bruno Alla 2018-05-21 11:44:54 +01:00 committed by GitHub
commit 4d3cdab2be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,10 @@ Once this is ready, you can run it with::
docker-compose -f production.yml up
To run the stack and detach the containers, run::
docker-compose -f production.yml up -d
To run a migration, open up a second terminal and run::
docker-compose -f production.yml run --rm django python manage.py migrate