chore: fix compose's yaml [skip ci]

This commit is contained in:
surtur 2022-08-02 15:07:02 +02:00
parent 0a3136a291
commit 20665dc119
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -1,3 +1,5 @@
---
version: '3'
services:
reverse-proxy:
@ -46,3 +48,5 @@ networks:
internal-nw:
internal: true
default:
...