Fix naming of yaml files

This commit is contained in:
2022-08-08 23:55:41 +02:00
parent 72720301d1
commit 5e0cd90c6b
10 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,4 @@
---
version: '3'
services:
miniflux:
@ -47,3 +48,4 @@ networks:
gateway:
external: true
name: gateway
...