From ff45fa71b12b97b65f8a4be623fdae6e5ffad2d2 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 26 Feb 2021 17:41:03 +0200
Subject: [PATCH] Compose fixes.

- Don't set the hostname, the SSL terminating should have that hostname.
- The network isn't external (it will probably already be there but it
  should be created if it isn't).
---
 docker-compose.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 5c9e60c..e9c2f09 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -39,7 +39,6 @@ services:
   sogo:
     build:
       context: sogo/
-    hostname: sogo.shore.co.il
     restart: always
 
 volumes:
@@ -48,4 +47,3 @@ volumes:
 networks:
   default:
     name: shore
-    external: true
-- 
GitLab