🐋 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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.