diff --git a/docker-compose.yml b/docker-compose.yml
index 14f76f37dc6f3b0e534a78c6be9bedf207f9bf41..0f8bd3fbc0957ba254204dd31540555afc98c9f7 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -5,14 +5,9 @@ services:
     build:
       context: ./
     # command: ["nginx", "-g", "daemon off;"]
-    hostname: &hostname kodi.shore.co.il
     networks:
-      default:
-        aliases:
-          - *hostname
-    ports:
-      - '80:80'
-      - '443:443'
+      - default
+      - host
     restart: always
     volumes:
       - '/var/www/www.shore.co.il/.well-known/acme-challenge:/var/www/www.shore.co.il/.well-known/acme-challenge:ro'
@@ -41,3 +36,6 @@ services:
 networks:
   default:
     name: shore
+  host:
+    external: true
+    name: host