From 70d72144f61268935f63f47caa567b85bce8d803 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Wed, 11 Dec 2024 13:09:52 +0530 Subject: [PATCH] Fixed: docker compose file --- docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2309e69..6fc252c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,6 +34,7 @@ services: - /etc/letsencrypt:/etc/letsencrypt # Define a network, which allows containers to communicate -# with each other, by using their container name as a hostname +# with each other, by using their container name as a hostname networks: - - learnings + learnings: + driver: bridge