Skip to content

Commit

Permalink
chore: remove docker compose versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed May 7, 2024
1 parent 96a587f commit 8a1933b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

services:
coolify:
build:
Expand Down
1 change: 0 additions & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.8'
services:
coolify:
image: "ghcr.io/coollabsio/coolify:${LATEST_IMAGE:-latest}"
Expand Down
1 change: 0 additions & 1 deletion docker-compose.windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.8'
services:
coolify-testing-host:
init: true
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.8'
services:
coolify:
container_name: coolify
Expand Down

0 comments on commit 8a1933b

Please sign in to comment.