Update Docker Compose configuration file (#1244)

According to the official documentation, Docker Compose files are now
supposed to be named `compose.yml`:
https://docs.docker.com/compose/intro/compose-application-model/

The `version:` line has been deprecated:
https://docs.docker.com/reference/compose-file/version-and-name/#version-top-level-element-obsolete
This commit is contained in:
Eric Park 2026-06-21 00:40:00 -04:00 committed by GitHub
commit d0c351403d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,3 @@
version: "3"
services: services:
nitter: nitter: