mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
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:
parent
55a331cc50
commit
d0c351403d
1 changed files with 0 additions and 2 deletions
|
|
@ -1,5 +1,3 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
|
||||
nitter:
|
||||
Loading…
Reference in a new issue