diff --git a/README.md b/README.md index 7eb8dfe..679c5b1 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,12 @@ Running with start method ``` docker-compose start ``` + +Running start after config changing +``` +docker-compose up --build +``` + ### Stopping containers ``` docker-compose stop