Skip to content

Runestone Documentation: 6.5 command correction #1273

Description

@harrisonj2-v

What Page were you on
https://docs.runestone.academy/en/latest/running.html

Describe the bug
In section 6.5, Updating Runestone, under the "update manually" section, there is a typo that makes the listed command not work as intended.

The typo is
docker compose stop.

when the actual command is
docker compost stop

making the correct line look

If you prefer to update manually (note this does not refresh docker-compose.yml):

docker compose pull
docker compose run --rm rsmanage check-db-migrations.sh
docker compose stop # or use down IF you run you DB outside of Docker
docker compose up -d

What is your username
harrisonj2-v

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions