Skip to content

Commit

Permalink
docs: Removing deprecated version field from sample compose file (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
boc-the-git authored Oct 27, 2024
1 parent 3718617 commit 86e8501
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ Getting started is simple with Docker Compose
Create a `docker-compose.yaml` file:

```compose.yml
version: "3"
services:
wishlist:
container_name: wishlist
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
app:
container_name: wishlist-app
Expand Down

0 comments on commit 86e8501

Please sign in to comment.