From 40e2aa529e20b3ae264cf7ab8a914fa32b544aee Mon Sep 17 00:00:00 2001 From: joshdentremont Date: Wed, 18 Sep 2024 15:07:35 -0300 Subject: [PATCH] Update docs/installation/docker/site-template/docker-modifications.md Co-authored-by: Adam <607975+adam-vessey@users.noreply.github.com> --- docs/installation/docker/site-template/docker-modifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/docker/site-template/docker-modifications.md b/docs/installation/docker/site-template/docker-modifications.md index fd9d8ef91..d9dcd8ef9 100644 --- a/docs/installation/docker/site-template/docker-modifications.md +++ b/docs/installation/docker/site-template/docker-modifications.md @@ -62,7 +62,7 @@ By default, your Fedora repo will be available to the public at `fcrepo.${DOMAIN If you have done this, you can also remove the DNS records that point this URL to your production server. -Finally, you will have to change the URL that Drupal uses to access the Fedora repo. This can be found in your `docker-compose.yml'` in the `environment` section for `drupal-prod`, and should be changed to: +Finally, you will have to change the URL that Drupal uses to access the Fedora repo. This can be found in your `docker-compose.yml` in the `environment` section for `drupal-prod`, and should be changed to: ```yaml DRUPAL_DEFAULT_FCREPO_URL: "http://fcrepo:8080/fcrepo/rest/"