Skip to content

Commit 4c65605

Browse files
authored
Merge pull request #18 from sil-org/briskt-patch-1
rename docker-compose.yml to compose.yaml
2 parents fbdc48a + 8e816a1 commit 4c65605

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Create A records in your DNS provider for the local development domains you wan
1616
a TXT record on your DNS provider for Let's Encrypt to verify before it receives your certificate.
1717

1818
## Usage
19-
In your `docker-compose.yml`, include a service like:
19+
In your `compose.yaml`, include a service like:
2020

2121
```yaml
2222
proxy:
@@ -50,7 +50,7 @@ Optional env vars:
5050
- `FRONTEND3_DOMAIN` - The domain name that should be routed to `BACKEND3_URL`, example: `app3.domain.com`
5151

5252
## Overriding `traefik.toml`
53-
You'll notice in the `docker-compose.yml` example above a commented out volume for `traefik.toml`. If you
53+
You'll notice in the `compose.yaml` example above a commented out volume for `traefik.toml`. If you
5454
don't want to use the simplified template that comes with this container and want to customize it, just provide
5555
your own config file and volume it in. The entrypoint script looks for specific placeholders and should not
5656
modify your own provided config.
File renamed without changes.

0 commit comments

Comments
 (0)