Skip to content

Commit 6fad2d2

Browse files
authored
Fix images in deployment/docker-compose.md (#1787)
1 parent fa78818 commit 6fad2d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/docker-compose.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This will provision an Ubuntu server with the latest versions of Docker and Dock
2121

2222
For test purposes, cheapest plans will be enough, even though you might want at least 2GB of RAM to execute Docker Compose for the first time. For real production usage, you'll probably want to pick a plan in the "general purpose" section that will fit your needs.
2323

24-
![Deploying a Symfony app on DigitalOcean with Docker Compose](digitalocean-droplet.png)
24+
![Deploying a Symfony app on DigitalOcean with Docker Compose](images/digitalocean-droplet.png)
2525

2626
You can keep the defaults for other settings or tweak them according to your needs.
2727
Don't forget to add your SSH key or to create a password, then press the "Finalize and create" button.
@@ -49,7 +49,7 @@ your-domain-name.example.com. IN A 207.154.233.113
4949
5050
Example in Gandi's UI:
5151
52-
![Creating a DNS record at Gandi.net](gandi-dns.png)
52+
![Creating a DNS record at Gandi.net](images/gandi-dns.png)
5353
5454
Note: Let's Encrypt, the service used by default by API Platform to automatically generate a TLS certificate, doesn't support using bare IP addresses.
5555
Using a domain name is mandatory to use Let's Encrypt.

0 commit comments

Comments
 (0)