Skip to content

Commit

Permalink
remove version (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
aOelschlager authored Aug 12, 2024
1 parent 7b5ce32 commit 46ffa16
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion docker-compose.darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# authenticate against Github / use the Jetbrains for local development.
# Platform specific for use on OSX.
---
version: "3.8"
services:
ide:
environment:
Expand Down
1 change: 0 additions & 1 deletion docker-compose.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# authenticate against Github / use the Jetbrains for local development.
# Platform specific for use on Linux hosts, and WSL.
---
version: "3.8"
services:
ide:
environment:
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.8"

# Common to all services
x-common: &common
restart: unless-stopped
Expand Down

0 comments on commit 46ffa16

Please sign in to comment.