mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2026-01-10 19:41:44 +00:00
clean-up docker-compose files: remove version and ---
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
version: "2.1"
|
||||
services:
|
||||
deluge:
|
||||
image: linuxserver/deluge
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
services:
|
||||
qbittorrent:
|
||||
image: lscr.io/linuxserver/qbittorrent:latest
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
services:
|
||||
cloud-torrent:
|
||||
image: boypt/cloud-torrent
|
||||
|
||||
@@ -14,8 +14,6 @@
|
||||
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
version: "2.1"
|
||||
services:
|
||||
transmission:
|
||||
image: linuxserver/transmission
|
||||
|
||||
Reference in New Issue
Block a user