Skip to content

Commit 0e456a4

Browse files
dunglasmaxhelias
authored andcommitted
docs: update digitalocean screenshots
1 parent 7ba5d5a commit 0e456a4

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

docs/digitalocean-dns.png

126 KB
Loading

docs/digitalocean-droplet.png

-89 KB
Loading

docs/production.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,18 @@ ssh root@<droplet-ip>
2929

3030
## Configuring a Domain Name
3131

32-
In most cases, you'll want to associate a domain name with your website.
32+
In most cases, you'll want to associate a domain name with your site.
3333
If you don't own a domain name yet, you'll have to buy one through a registrar.
3434

35-
Then create a DNS record of type `A` for your domain name pointing to the IP address of your server.
36-
37-
Example:
35+
Then create a DNS record of type `A` for your domain name pointing to the IP address of your server:
3836

3937
```dns
4038
your-domain-name.example.com. IN A 207.154.233.113
41-
````
39+
```
40+
41+
Example with the DigitalOcean Domains service ("Networking" > "Domains"):
42+
43+
![Configuring DNS on DigitalOcean](digitalocean-dns.png)
4244

4345
> [!NOTE]
4446
> Let's Encrypt, the service used by default by Symfony Docker to automatically generate a TLS certificate doesn't support using bare IP addresses. Using a domain name is mandatory to use Let's Encrypt.
@@ -73,7 +75,7 @@ Go to `https://your-domain-name.example.com` and enjoy!
7375
> The worker mode of FrankenPHP is enabled by default in prod. To disable it, add the env var FRANKENPHP_CONFIG as empty to the compose.prod.yaml file.
7476
7577
> [!CAUTION]
76-
> Docker can have a cache layer, make sure you have the right build for each deployment or rebuild your project with --no-cache option to avoid cache issue
78+
> Docker can have a cache layer, make sure you have the right build for each deployment or rebuild your project with --no-cache option to avoid cache issue
7779
7880
## Disabling HTTPS
7981

0 commit comments

Comments
 (0)