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

Fix typos in 4. docker-compose installation!.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions 4. docker-compose installation!.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
### What is it?!
docker-compose is a tool used to create, define, and "orchastrate" many docker containers at once. That way your bot can have some friends!
They will not be inside the same container as the bot, but more like neighbors.
We will be using it to give our bot a database using PostgreSQL. You can fill free to use any database you want, just visit [Docker Hub](https://hub.docker.com) to search for your particular option.
We will be using it to give our bot a database using PostgreSQL. You can feel free to use any database you want, just visit [Docker Hub](https://hub.docker.com) to search for your particular option.


### Installation
Expand All @@ -31,7 +31,7 @@ You can check if docker-compose is installed by running ``docker-compose --versi


### What is docker-compose.yml?
Ah, that will be covered in the next tutorial when I explain it throughly, give an example and show you how to orchastrate your own docker-compose file to fit your needs.
Ah, that will be covered in the next tutorial when I explain it thoroughly, give an example and show you how to orchestrate your own docker-compose file to fit your needs.


[ CHECK BACK SOON! ]
[ CHECK BACK SOON! ]