From fb23fdeae161c4b1bea8ac8abbaad0b3ba812aa5 Mon Sep 17 00:00:00 2001 From: Paul Woitaschek Date: Tue, 1 Nov 2022 18:02:29 +0100 Subject: [PATCH] Specify the full compose syntax --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6155e9e..7398d01 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,9 @@ occurring, typical ones are file permission issues. Alternatively, for Docker Compose, you can use something like: -```yaml +```yml +version: '3.7' +services: tubesync: image: ghcr.io/meeb/tubesync:latest container_name: tubesync