Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dansmart-box committed Sep 6, 2022
1 parent a35fc20 commit daf9a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/docker-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ for development environments.

* Use `docker-compose stop` to stop the container (without removing the volumes).

> Don't use `docker-compose down` to temporarily stop the container. If you do, the volumes will be removed, meaning that the contents of your DB will be be lost. After using `docker-compose stop`, continue to use `docker-compose up` to bring the container and volumes up as before, and the DB will still exist and work as expected. (See https://stackoverflow.com/questions/46428420/docker-compose-up-down-stop-start-difference and https://forums.docker.com/t/why-docker-compose-down-deletes-my-volume-how-to-define-volume-as-external/67433/11)
> Don't use `docker-compose down` to temporarily stop the container. If you do, the volumes will be removed, meaning that the contents of your DB will be lost. After using `docker-compose stop`, continue to use `docker-compose up` to bring the container and volumes up as before, and the DB will still exist and work as expected. (See https://stackoverflow.com/questions/46428420/docker-compose-up-down-stop-start-difference and https://forums.docker.com/t/why-docker-compose-down-deletes-my-volume-how-to-define-volume-as-external/67433/11)
That's it! You should now be able to browse to `https://$PROJECT_NAME.local` (or whatever you set) and view the site. Note, at time of writing you will need to go through the install script to have WordPress set up.

Expand Down

0 comments on commit daf9a19

Please sign in to comment.