From 10a9bcc70ccc9c5ca49d69c7322aa50a3c21bd01 Mon Sep 17 00:00:00 2001 From: Yhael S Date: Fri, 20 Oct 2023 04:16:20 -0500 Subject: [PATCH] fix --- docker-compose.override.production.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.override.production.yml b/docker-compose.override.production.yml index ccec260..81e0e77 100644 --- a/docker-compose.override.production.yml +++ b/docker-compose.override.production.yml @@ -1,6 +1,6 @@ services: odoo: - restart: 'no' + restart: unless-stopped ports: - 127.0.0.1:8069:8069 - 127.0.0.1:8070:8070 @@ -8,15 +8,15 @@ services: - 127.0.0.1:8072:8072 postgres: - restart: 'no' + restart: unless-stopped ports: - 127.0.0.1:5432:5432 nginx: - restart: 'no' + restart: unless-stopped nginx-proxy: - restart: 'no' + restart: unless-stopped ports: - 80:80 - 443:443