Loading doc/tornado_backend_stage_01_setup.md +4 −4 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ cd tornado-backend/ ## Step 2) Start multi-container app ```bash docker-compose up docker compose up ``` ## Step 3) Check container status and restart blog container Loading @@ -24,7 +24,7 @@ docker-compose up Check container status, ```bash docker-compose ps docker compose ps ``` which results in, e.g., Loading @@ -37,7 +37,7 @@ tornado-backend-postgres-1 postgres:10.3 "docker-entrypoint.s…" post The blog container will most likely not start at the first time. Restart the blog container, ```bash docker-compose restart blog docker compose restart blog ``` ## Step 4) Use the blog web app Loading Loading @@ -101,5 +101,5 @@ Exit the psql terminal, ## Step 6) Stop the container ```bash docker-compose down docker compose down ``` Loading
doc/tornado_backend_stage_01_setup.md +4 −4 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ cd tornado-backend/ ## Step 2) Start multi-container app ```bash docker-compose up docker compose up ``` ## Step 3) Check container status and restart blog container Loading @@ -24,7 +24,7 @@ docker-compose up Check container status, ```bash docker-compose ps docker compose ps ``` which results in, e.g., Loading @@ -37,7 +37,7 @@ tornado-backend-postgres-1 postgres:10.3 "docker-entrypoint.s…" post The blog container will most likely not start at the first time. Restart the blog container, ```bash docker-compose restart blog docker compose restart blog ``` ## Step 4) Use the blog web app Loading Loading @@ -101,5 +101,5 @@ Exit the psql terminal, ## Step 6) Stop the container ```bash docker-compose down docker compose down ```