From 250d3826e1e653797a358fd1b64c7f8ee3cb5f89 Mon Sep 17 00:00:00 2001 From: mifi Date: Fri, 30 Jan 2026 19:50:46 -0300 Subject: [PATCH] Typo --- docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 64205ea..cb325b9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,5 +19,6 @@ services: - "traefik.http.routers.mifiventures.middlewares=secure-all@file,redirect-www-to-non-www@file" - "traefik.http.routers.mifiventures.tls=true" - "traefik.http.routers.mifiventures.tls.certresolver=letsencrypt" - marina-net: - external: true + networks: + marina-net: + external: true