Skip to content

Commit

Permalink
be explicit about the "stop" part of restarting docker after a rebuild
Browse files Browse the repository at this point in the history
Also adjust recommended memory limit for Docker
  • Loading branch information
josh-heyer committed Nov 6, 2023
1 parent 137f41a commit d710b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ If you find that the container crashes frequently or see that your container has

1. Click on Resources in the left nav menu

1. In the Memory section, adjust the slider to 4.00 GB
1. In the Memory section, adjust the slider to 8.00 GB

1. Click Apply & Restart button

If you are still experiencing errors or other issues with the site, try the following in the project folder:

1. `npm run stop` then `npm run start` to restart the docker container

1. `npm run docker:rebuild` then `npm run start` to rebuild and restart the container
1. `npm run docker:rebuild` then `npm run stop` and `npm run start` to rebuild and restart the container

### Install Docker using Homebrew

Expand Down

1 comment on commit d710b83

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.