Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed docker-compose to docker compose #4479

Closed
wants to merge 22 commits into from
Closed
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ and then editing the results to include your name, email, and various configurat

First, get Cookiecutter. Trust me, it's awesome:

$ pip install "cookiecutter>=1.7.0"
$ pip install "cookiecutter>=2.2.3"

Now run it against this repo:

Expand Down Expand Up @@ -189,7 +189,7 @@ Create a git repo and push it there:
$ git add .
$ git commit -m "first awesome commit"
$ git remote add origin [email protected]:pydanny/redditclone.git
$ git push -u origin master
$ git push -u origin main

Now take a look at your repo. Don't forget to carefully look at the generated README. Awesome, right?

Expand Down
2 changes: 1 addition & 1 deletion docs/developing-locally-docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ Go to your browser and type in your URL bar ``https://my-dev-env.local``

See `https with nginx`_ for more information on this configuration.

.. _`https with nginx`: https://codewithhugo.com/docker-compose-local-https/
.. _`https with nginx`: https://codewithhugo.com/docker compose-local-https/

.gitignore
~~~~~~~~~~
Expand Down