Skip to content

Commit

Permalink
Rename Docker Compose file
Browse files Browse the repository at this point in the history
Using `compose` instead of `docker-compose` is now the preferred
default for Docker Compose files.
  • Loading branch information
mcdonnnj committed Feb 3, 2025
1 parent 9513ebc commit 7c0da35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ docker run cisagov/example:0.2.0

### Running with Docker Compose ###

1. Create a `docker-compose.yml` file similar to the one below to use [Docker Compose](https://docs.docker.com/compose/).
1. Create a `compose.yml` file similar to the one below to use [Docker Compose](https://docs.docker.com/compose/).

```yaml
---
Expand Down Expand Up @@ -70,7 +70,7 @@ environment variables. See the
Better lock it in your pocket.
```

1. Then add the secret to your `docker-compose.yml` file:
1. Then add the secret to your `compose.yml` file:

```yaml
---
Expand Down Expand Up @@ -192,7 +192,7 @@ The following ports are exposed by this container:
|------|----------------|
| 8080 | Example only; nothing is actually listening on the port |

The sample [Docker composition](docker-compose.yml) publishes the
The sample [Docker composition](compose.yml) publishes the
exposed port at 8080.

## Environment variables ##
Expand Down
File renamed without changes.

0 comments on commit 7c0da35

Please sign in to comment.