chore: remove docker compose versions
This commit is contained in:
parent
96a587f343
commit
8a1933b9b2
4 changed files with 0 additions and 5 deletions
|
|
@ -1,5 +1,3 @@
|
|||
version: "3.8"
|
||||
|
||||
services:
|
||||
coolify:
|
||||
build:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
version: '3.8'
|
||||
services:
|
||||
coolify:
|
||||
image: "ghcr.io/coollabsio/coolify:${LATEST_IMAGE:-latest}"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
version: '3.8'
|
||||
services:
|
||||
coolify-testing-host:
|
||||
init: true
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
version: '3.8'
|
||||
services:
|
||||
coolify:
|
||||
container_name: coolify
|
||||
|
|
|
|||
Loading…
Reference in a new issue