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 d39da84 commit 3e7640c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ After doing `docker compose down`, run `docker compose up -d --remove-orphans` t

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,

```
```yaml
fcrepo-prod:
<<: [*prod, *fcrepo]
environment:
Expand Down

0 comments on commit 3e7640c

Please sign in to comment.