Removed unnecessary volumes defined in docker-compose.serverless.yml (#4659)

* Update docker-compose.serverless.yml

* Update CHANGELOG.md

Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
main
KoheiKanagu 3 years ago committed by GitHub
parent 15565cb952
commit cf4e0712cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,6 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
- Removed a possibly duplicated encodeURI() calls in `server-proxy.ts` to prevent doubly encoding - Removed a possibly duplicated encodeURI() calls in `server-proxy.ts` to prevent doubly encoding
non-ascii paths while adding files from "Connected file share" (issue #4428) non-ascii paths while adding files from "Connected file share" (issue #4428)
- Removed unnecessary volumes defined in docker-compose.serverless.yml
(<https://github.com/openvinotoolkit/cvat/pull/4659>)
### Security ### Security
- TDB - TDB

@ -27,6 +27,3 @@ services:
cvat_worker_low: cvat_worker_low:
extra_hosts: extra_hosts:
- "host.docker.internal:host-gateway" - "host.docker.internal:host-gateway"
volumes:
cvat_events:

Loading…
Cancel
Save