From 2eb34cf11775464e1b438bbfbe54ef445806fba7 Mon Sep 17 00:00:00 2001 From: Laur Ivan Date: Tue, 7 Feb 2023 15:25:25 +0100 Subject: [PATCH] chore: Remove commented-out docker command. --- templates/docker-compose.yml.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/docker-compose.yml.j2 b/templates/docker-compose.yml.j2 index 6eea24b..29b145b 100644 --- a/templates/docker-compose.yml.j2 +++ b/templates/docker-compose.yml.j2 @@ -58,7 +58,6 @@ services: outline: image: outlinewiki/outline:latest - #command: sh -c "yarn start" command: sh -c "yarn db:migrate --env production-ssl-disabled && yarn start" env_file: - "{{ outline_setup_path | expanduser | realpath }}/env.outline.conf"