From d39da849ca7c2a5ceea6106cfdb5f1b84beeb813 Mon Sep 17 00:00:00 2001 From: joshdentremont Date: Wed, 18 Sep 2024 15:03:17 -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 3fdac8c53..a3dcf0cd0 100644 --- a/docs/installation/docker/site-template/docker-modifications.md +++ b/docs/installation/docker/site-template/docker-modifications.md @@ -48,7 +48,7 @@ After doing `docker compose down`, run `docker compose up -d --remove-orphans` t ## Hiding Fedora From the Public -By default, your Fedora repo will be available to the public at `fcrepo.${DOMAIN}`. If you do not want to expose your Fedora, you can stop this URL from working by disabling it via Traefik in your `docker-compose.yml`. To do this, you need to add the `traefik-disable` label to fcrepo-prod like this, +By default, your Fedora repo will be available to the public at `fcrepo.${DOMAIN}`. If you do not want to expose your Fedora, you can stop this URL from working by disabling it via Traefik in your `docker-compose.yml`. To do this, you need to add the `traefik-disable` label to `fcrepo-prod` like this, ``` fcrepo-prod: