diff options
author | 2022-12-04 13:15:21 +0300 | |
---|---|---|
committer | 2022-12-04 13:15:21 +0300 | |
commit | 0574eb2842880f73b05d3fbf31f5d4cda346aecf (patch) | |
tree | a82486310f3a25e569d55c5548b7dfb1c42f58a3 | |
parent | Update pydis_site/apps/content/resources/guides/python-guides/docker-hosting-... (diff) |
Update pydis_site/apps/content/resources/guides/python-guides/docker-hosting-guide.md
Co-authored-by: Vivek Ashokkumar <[email protected]>
-rw-r--r-- | pydis_site/apps/content/resources/guides/python-guides/docker-hosting-guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/python-guides/docker-hosting-guide.md b/pydis_site/apps/content/resources/guides/python-guides/docker-hosting-guide.md index 395a6c46..a52788f6 100644 --- a/pydis_site/apps/content/resources/guides/python-guides/docker-hosting-guide.md +++ b/pydis_site/apps/content/resources/guides/python-guides/docker-hosting-guide.md @@ -170,7 +170,7 @@ The main purpose of `docker-compose` is mostly to allow running several images a don't need this in discord bots. For us, it has the following benefits: -- we can build and run the container just with one command +- we can build and run the container with just one command - if we need to parse some environment variables or volumes (more about them further in tutorial) our run command would look like this |