Skip to content

Commit

Permalink
Change compose specification version to match pyenv testing composition.
Browse files Browse the repository at this point in the history
The version attribute has been depricated and will be removed once our 
systems move to a more recent release.
  • Loading branch information
felddy committed Apr 26, 2021
1 parent 2b13669 commit e5f4266
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ docker run cisagov/example:0.0.1
1. Create a `docker-compose.yml` file similar to the one below to use [Docker Compose](https://docs.docker.com/compose/).

```yaml
version: "3.8"
---
version: "3.7"

services:
example:
Expand Down Expand Up @@ -70,7 +71,8 @@ environment variables. See the
1. Then add the secret to your `docker-compose.yml` file:

```yaml
version: "3.8"
---
version: "3.7"
secrets:
quote_txt:
Expand Down

0 comments on commit e5f4266

Please sign in to comment.