mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 12:54:42 +00:00
Update Docker Compose configuration (#13530)
- Fix Docker Compose obsolete setting ## Remove `version` Fix the following error: ``` WARN[0000] /docker-compose.yml: `version` is obsolete ``` see also. https://github.com/compose-spec/compose-spec/blob/master/spec.md#version-top-level-element-obsolete ## Rename: docker-compose.yml -> compose.yml The preferred file name is now `compose.yml`. > The default path for a Compose file is compose.yaml (preferred) ref. https://docs.docker.com/compose/compose-application-model/#the-compose-file Release Notes: - N/A
This commit is contained in:
parent
f00bea5d0f
commit
d044dc8485
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
version: "3.7"
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:15
|
Loading…
Reference in a new issue