mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-09 22:14:59 +00:00
Change 'start' to 'up' for docker compose command
This commit is contained in:
parent
8899b50ad5
commit
bff65e61a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue