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

@@ -11,7 +11,6 @@ The config files below, will use a file-storage for users, because it's simpler
## docker-compose.yml
```yml
version: '3.3'
networks:
net:
driver: bridge

View File

@@ -13,7 +13,6 @@
## docker-compose.yml
```yml
---
services:
app:
image: 'jc21/nginx-proxy-manager:latest'