Merge pull request #281 from PaulWoitaschek/patch-1

Specify the full compose syntax
This commit is contained in:
meeb 2022-11-02 07:57:52 +11:00 committed by GitHub
commit 57921ca6b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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