clean-up docker-compose files: remove version and ---

This commit is contained in:
Dziad Borowy
2025-05-16 20:54:32 +01:00
parent 307bff4aad
commit 0f04279afa
115 changed files with 130 additions and 367 deletions

View File

@@ -38,7 +38,6 @@ The db file can remain empty (will be used by the app), the config - we need to
## docker-compose.yml
```yaml
---
services:
filebrowser:
image: filebrowser/filebrowser

View File

@@ -17,7 +17,6 @@
## docker-compose.yml
```yml
---
services:
db:
image: mariadb:10.1

View File

@@ -14,7 +14,6 @@
## docker-compose.yml
More examplex [here](https://github.com/nextcloud/docker/tree/master/.examples/docker-compose).
```yml
---
services:
app:
image: nextcloud:latest

View File

@@ -1,6 +1,6 @@
## docker-nginx-webdav-nononsense
## docker-nginx-webdav-nononsense
aims to be a Docker image that enables a no-nonsense WebDAV system on the latest available nginx, stable and mainline. Serves a file server
aims to be a Docker image that enables a no-nonsense WebDAV system on the latest available nginx, stable and mainline. Serves a file server
<br>
@@ -9,7 +9,6 @@ aims to be a Docker image that enables a no-nonsense WebDAV system on the latest
## docker-compose-yml
```yml
---
services:
nginxwebdav:
container_name: nginxwebdav
@@ -29,7 +28,7 @@ services:
- CLIENT_MAX_BODY_SIZE=120M # must end with M(egabytes) or G(igabytes)
ports:
- 32080:80
```
```
## Tips & Tricks

View File

@@ -15,7 +15,6 @@
## docker-compose.yml
```yml
---
services:
oasis:
image: machengim/oasis

View File

@@ -12,7 +12,6 @@
## docker-compose.yml
```yml
---
services:
cells:
image: pydio/cells:latest

View File

@@ -32,7 +32,6 @@ FILESYSTEM_DRIVER=public
## docker-compose.yml
```yml
---
services:
screenly:
image: hadogenes/screeenly

View File

@@ -17,7 +17,6 @@
Original file [here](https://download.seafile.com/d/320e8adf90fa43ad8fee/files/?p=/docker/docker-compose.yml).
```yml
---
services:
db:
image: mariadb:10.5