diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 0408b1c..5c48745 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -20,11 +20,7 @@
   
   
     
-      
-      
-      
-      
-      
+      
     
@@ -276,7 +272,28 @@
       
       1598353186039
     
-    
+    
+      1598946630567
+      
+      
+      
+      1598946630567
+    
+    
+      1598948050686
+      
+      
+      
+      1598948050686
+    
+    
+      1598953972876
+      
+      
+      
+      1598953972876
+    
+    
     
   
   
@@ -304,7 +321,9 @@
     
     
     
-    
+    
+    
+    
   
   
     
@@ -323,22 +342,22 @@
       
     
     
-    
+    
       
     
-    
-    
+    
+    
       
     
-    
-    
+    
+    
       
     
-    
-    
+    
+    
       
     
-    
+    
     
       
     
@@ -359,10 +378,10 @@
       
     
     
-    
+    
       
     
-    
+    
     
       
     
diff --git a/docker-compose.yml b/docker-compose.yml
index 8fd7bbc..792a03d 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -2,15 +2,13 @@ version: '3'
 services:
   redis-server:
     image: 'redis'
-    network_mode: "host"
     restart: "no"
-  klaus:
-    restart: "no"
-    network_mode: "host"
-    build:
-      context: .
-      dockerfile: Dockerfile
-    ports:
-      - "8097:8097"
-    depends_on:
-      - redis-server
+    klaus:
+      restart: "no"
+      build:
+        context: .
+        dockerfile: Dockerfile
+        ports:
+          - "8097:8097"
+          depends_on:
+            - redis-server