You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/2-tutorials/2.1-deployment.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This guide assumes the following:
14
14
- 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).
15
15
- 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).
16
16
- 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.
18
18
19
19
:::note[What is a Server?]
20
20
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