Skip to content

Commit

Permalink
Merge pull request #159 from LUS24/leospairani/cou-525-docker-compose…
Browse files Browse the repository at this point in the history
…yml-version-is-obsolete

Removed version key from docker-compose.yml and docs
  • Loading branch information
jslvtr authored Jun 21, 2024
2 parents ec5d3b4 + e61e678 commit 37e6ff6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ If you have Docker Desktop installed, you already have Docker Compose. If you wa
Create a file called `docker-compose.yml` in the root of your project (alongside your `Dockerfile`). Inside it, add the following contents:

```yaml
version: '3'
services:
web:
build: .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
web:
build: .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Up until now we've been running `docker compose up` to start the REST API contai
Now let's modify our `docker-compose.yml` file to include spinning up a new PostgreSQL database.

```yaml
version: '3'
services:
web:
build: .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
web:
build: .
Expand Down

0 comments on commit 37e6ff6

Please sign in to comment.