From bff65e61a402a3741c868b578c6493f52589f190 Mon Sep 17 00:00:00 2001 From: asonix Date: Tue, 4 Jul 2023 23:52:32 -0500 Subject: [PATCH] Change 'start' to 'up' for docker compose command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0189bee..8db5cf8 100644 --- a/README.md +++ b/README.md @@ -575,7 +575,7 @@ $ sudo docker compose run pictrs sh # launch a shell in the pict-rs container -s secret-key > exit $ vi docker-compose.yml # edit the docker-compose yaml however you like to edit it, make sure all the variables described below are set -$ sudo docker-compose start pictrs # start pict-rs again after the migration +$ sudo docker compose up -d pictrs # start pict-rs again after the migration. Note that this is not 'docker compose start'. using the `up` subcommand explicitly reloads configurations ``` depending on your version of docker or docker-compose, you might need to use the following command to open a shell: ```bash