Skip to content

Commit

Permalink
Remove depricated version attribute from docker compose files.
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed Apr 26, 2021
1 parent 6a11d94 commit 1f1861d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ 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"

services:
example:
image: cisagov/example:0.0.1
Expand Down Expand Up @@ -70,8 +68,6 @@ environment variables. See the
1. Then add the secret to your `docker-compose.yml` file:

```yaml
version: "3.8"
secrets:
quote_txt:
file: quote.txt
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
version: "3.7"

# This docker-compose file is used to build and test the container

secrets:
Expand Down

0 comments on commit 1f1861d

Please sign in to comment.