From 06166c144752dfbb297ea9d6d9f0cc371b1ee016 Mon Sep 17 00:00:00 2001 From: Scheianu Ionut Date: Thu, 22 May 2025 15:46:03 +0300 Subject: [PATCH] final update --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2eb0929..a4f5f33 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,4 +19,4 @@ services: # when setting allready exist and data are setted and is performed an update use second line of command command: sh -c "python clear_db.py && python init_db.py && gunicorn -w 4 -b 0.0.0.0:5000 app:app" #command: sh -c "python init_db.py && gunicorn -w 4 -b 0.0.0.0:5000 app:app"docker - #restart: unless-stopped + restart: unless-stopped