the-mirror-gdp / the-mirror

The open-source Roblox & UEFN alternative giving you freedom to own what you create. An all-in-one, real-time, collaborative game development platform built on Godot.
https://themirror.space
Other
1.1k stars 97 forks source link

[Bug] docker-compose.yml: `version` is obsolete #177

Open VladimirLevadnij opened 2 months ago

VladimirLevadnij commented 2 months ago

Which environment? Mirror Official app (Itch/Steam/Epic), open-source docker, or open-source no-docker?

open-source docker

To Reproduce

Steps to reproduce:

  1. Go through the terminal to the mirror-web-server folder.
  2. Run the docker compose up command.
  3. The first line shows a warning in docker-compose.yml:versionis obsolete.

Screenshots or Videos

image

Hardware specs

Linux Ubuntu 23.10

Additional context

More information about this on the official Docker form https://forums.docker.com/t/docker-compose-yml-version-is-obsolete/141313

you dont need to define version number in docker compose file anymore. just start with services: