From 396c103eb4e77b29ddd2ae16ce8055cec8386af0 Mon Sep 17 00:00:00 2001 From: joshdentremont Date: Wed, 18 Sep 2024 15:03:51 -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 c5b9d0799..fd9d8ef91 100644 --- a/docs/installation/docker/site-template/docker-modifications.md +++ b/docs/installation/docker/site-template/docker-modifications.md @@ -64,6 +64,6 @@ If you have done this, you can also remove the DNS records that point this URL t 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/" ```