Skip to content

Commit 66f945f

Browse files
authored
Merge pull request #964 from joshunrau/docs
2 parents 958c933 + 940db7a commit 66f945f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/2-tutorials/2.1-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This guide assumes the following:
1414
- You have administrative (root) privileges on a [Linux-based server](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Web_mechanics/What_is_a_web_server).
1515
- Ports 80 ([HTTP](https://developer.mozilla.org/en-US/docs/Web/HTTP)) and 443 (HTTPS) are exposed to the internet (refer to your cloud provider, or ISP if self-hosting, for more information).
1616
- You own a [domain name](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Web_mechanics/What_is_a_domain_name) and have the ability to modify its DNS records.
17-
- You have installed [Docker and Docker Compose](https://docs.docker.com/) on your server (understanding how to use Docker is not required)
17+
- You have installed [Docker and Docker Compose](https://docs.docker.com/) on your server (understanding how to use Docker is not required). This tutorial was tested with Docker v27.2.0 and Docker Compose v2.29.2.
1818

1919
:::note[What is a Server?]
2020
A server is just a computer that provides resources to other computers over a network. Theoretically, you could use your laptop as a server, but if you are a beginner we recommend using a cloud provider, such as [DigitalOcean](https://www.digitalocean.com/).

0 commit comments

Comments
 (0)