From eeef643f8421a94304c41cba47daf56629adeaf6 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Thu, 6 Jul 2023 23:23:17 +0530 Subject: [PATCH] fix restart: indent --- privfrontends/compose/safetwitch/compose.yml.j2 | 2 +- privfrontends/compose/simplytranslate/compose.yml.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/privfrontends/compose/safetwitch/compose.yml.j2 b/privfrontends/compose/safetwitch/compose.yml.j2 index 8cc4189..ebd3fd1 100644 --- a/privfrontends/compose/safetwitch/compose.yml.j2 +++ b/privfrontends/compose/safetwitch/compose.yml.j2 @@ -16,4 +16,4 @@ services: environment: - PORT=7000 - URL=https://api.safetwitch.{{inventory_hostname}}.projectsegfau.lt - restart: always + restart: always diff --git a/privfrontends/compose/simplytranslate/compose.yml.j2 b/privfrontends/compose/simplytranslate/compose.yml.j2 index dd919af..542c086 100644 --- a/privfrontends/compose/simplytranslate/compose.yml.j2 +++ b/privfrontends/compose/simplytranslate/compose.yml.j2 @@ -6,4 +6,4 @@ services: - "127.0.0.1:5046:5000" # Replace with "5000:5000" if you don't use a reverse proxy volumes: - "./extras.conf:/etc/simplytranslate/web.conf" - restart: always + restart: always