From dcdb7a94e289e63b9dc26a2288e5f6c3e38f7e40 Mon Sep 17 00:00:00 2001 From: xdwarf Date: Mon, 8 Jun 2026 19:39:36 +0200 Subject: [PATCH] Update compose - self-contained folder --- docker-compose.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 9d9c444..a94e3eb 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -4,6 +4,12 @@ services: container_name: mael-landing restart: unless-stopped volumes: - - /home/mads/domain:/usr/share/nginx/html:ro + - ./:/usr/share/nginx/html:ro ports: - - "8090:80" \ No newline at end of file + - "8090:80" + networks: + - proxy + +networks: + proxy: + external: true \ No newline at end of file