Skip to content

Commit

Permalink
docker-compose: Remove version
Browse files Browse the repository at this point in the history
This is obsolete, apparently.

Signed-off-by: Stephen Finucane <stephen@that.guru>
  • Loading branch information
stephenfin committed Oct 23, 2024
1 parent 8242e9d commit 9d2eaff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose-pg.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3"
---
services:
db:
image: postgres:latest
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-sqlite3.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3"
---
services:
web:
build:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3"
---
services:
db:
image: mysql:latest
Expand Down

0 comments on commit 9d2eaff

Please sign in to comment.