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 9938f67 commit 67f3a0c
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 67f3a0c

Please sign in to comment.