Commit Graph

4 Commits

Author SHA1 Message Date
Samir Talwar
349ccd3296 Use docker compose, not docker-compose.
Docker Compose is now a plugin for Docker, bundled by default in Docker Desktop and many Linux distribution packages. The standalone `docker-compose` binary has been deprecated since Docker Compose v2.

Using the new version directly allows us to write development scripts that do not require `docker-compose` to be installed.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5185
GitOrigin-RevId: c8542b8b2405d1aa32288991688c6fde4af96383
2022-08-02 10:30:57 +00:00
Boda
de942282e6
Correct tic-tac-toe game port and bug (#4565)
* correct port number for tic-tac-toe game

* correct winning combo for tic-tac-toe game

Co-authored-by: Tirumarai Selvan <tiru@hasura.io>
2020-05-18 11:44:23 +05:30
Praveen Durairaj
c4dd209eed community: update sample apps for codesandbox compatibility (#2377) 2019-06-14 14:37:00 +05:30
Rishichandra Wawhal
7f27fd9825 community: add readme to root of tic tac toe game; fix bugs (#2229) 2019-05-20 14:18:11 +05:30