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
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