From bfde26d0a92f2832dba8ae5336fe3cbbe924dbc4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mikl=C3=B3s=20T=C3=B3th?= <tothmiklostibor@gmail.com>
Date: Mon, 11 Jan 2021 11:34:55 +0100
Subject: [PATCH] fix postgres not starting

---
 docker-compose.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker-compose.yml b/docker-compose.yml
index 90b6638..b208beb 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -25,6 +25,7 @@ services:
       - vox
     image: postgres:latest
     container_name: vox_postgres
+    restart: unless-stopped
     environment:
       - POSTGRES_PASSWORD=postgres
     volumes:
-- 
GitLab