Skip to content

Commit

Permalink
fix(doc): References to old-style docker-compose.yml file
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Vogel <[email protected]>
  • Loading branch information
stv0g committed Nov 7, 2024
1 parent c63802f commit 9ba937d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ docker run -v$(pwd)/config.yaml:/config.yaml --publish=8080:8080 ghcr.io/stv0g/g

#### Docker Compose

We ship a `docker-compose.yml` file to get you started.
We ship a `compose.yaml` file to get you started.
Please adjust the environment variables in it and then run:

```bash
docker-compose up -d
docker compose up -d
```

## Configuration
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml → compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# SPDX-License-Identifier: Apache-2.0

---
version: "3.7"
services:

minio:
Expand Down

0 comments on commit 9ba937d

Please sign in to comment.