🐋 chore: remove Docker version syntax as its no longer (#4375)

This commit is contained in:
Yuki Matsukura
2024-10-19 21:22:26 +09:00
committed by GitHub
parent b85c6206ab
commit f3e2bd0a12
3 changed files with 0 additions and 6 deletions

View File

@@ -1,5 +1,3 @@
version: "3.8"
services:
app:
build:

View File

@@ -1,5 +1,3 @@
version: '3.4'
# Please consult our docs for more info: https://www.librechat.ai/docs/configuration/docker_override
# TO USE THIS FILE, FIRST UNCOMMENT THE LINE ('services:')

View File

@@ -1,5 +1,3 @@
version: "3.4"
# Do not edit this file directly. Use a docker-compose.override.yaml file if you can.
# Refer to `docker-compose.override.yaml.example for some sample configurations.