-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Closed
Labels
Description
Issue description
when creating a new project with --docker it will emit a warining running the docker compose file
Expected Behavior
warning will not be emitted
Actual Behavior
WARN[0000] /Users/asapir/code/private/typeorm-testing/docker-compose.yml: the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion is emitted
Steps to reproduce
- create a new project with
npx typeorm init <whatever> --docker - run the docker-compose files -
docker compose up -d - a warning emits
My Environment
| Dependency | Version |
|---|---|
| Operating System | |
| Node.js version | x.y.zzz |
| Typescript version | x.y.zzz |
| TypeORM version | x.y.zzz |
Additional Context
No response
Relevant Database Driver(s)
- aurora-mysql
- aurora-postgres
- better-sqlite3
- cockroachdb
- cordova
- expo
- mongodb
- mysql
- nativescript
- oracle
- postgres
- react-native
- sap
- spanner
- sqlite
- sqlite-abstract
- sqljs
- sqlserver
Are you willing to resolve this issue by submitting a Pull Request?
Yes, I have the time, and I know how to start.