mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2026-03-23 09:48:34 +00:00
cleanup "version" as its deprecated; add windows in a docker` (#26)
This commit is contained in:
@@ -23,7 +23,6 @@ rm docker-compose.yml # removing this as we're gonna simplify it and let it use
|
||||
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
version: '3'
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:10
|
||||
|
||||
@@ -13,7 +13,6 @@ Monitor for Plex Media Server.
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
version: '3'
|
||||
services:
|
||||
tautuli:
|
||||
image: tautulli/tautulli
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
version: '3'
|
||||
services:
|
||||
youtubedl-web:
|
||||
image: franhp/youtubedl-web:latest
|
||||
|
||||
Reference in New Issue
Block a user