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:
@@ -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
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
services:
|
||||
app:
|
||||
image: 'jc21/nginx-proxy-manager:latest'
|
||||
|
||||
Reference in New Issue
Block a user