Update and rename docker-compose.yml to compose.yaml

`version:` is deprecated:

https://docs.docker.com/compose/compose-file/04-version-and-name/

compose.yaml is the current standard:

https://docs.docker.com/contribute/style/terminology/#composeyaml
This commit is contained in:
Kirk1984 2024-02-06 17:27:53 +01:00 committed by GitHub
parent 43d4ee50c3
commit f28f554961
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,3 @@
version: "3.8"
services:
web:
image: quay.io/redlib/redlib