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