Skip to content

Commit

Permalink
Update docs/installation/docker/site-template/docker-modifications.md
Browse files Browse the repository at this point in the history
Co-authored-by: Adam <[email protected]>
  • Loading branch information
joshdentremont and adam-vessey authored Sep 18, 2024
1 parent 8ed87dc commit d39da84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d39da84

Please sign in to comment.