From d01782e1de7e2a63e3f7e7be5b1fb6f1996aa160 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Mon, 8 Jun 2020 15:02:45 -0400 Subject: [PATCH] Fix end of files --- Template/Stack/bookstack.yml | 2 +- Template/template.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Template/Stack/bookstack.yml b/Template/Stack/bookstack.yml index a44f27d..d4c54db 100644 --- a/Template/Stack/bookstack.yml +++ b/Template/Stack/bookstack.yml @@ -31,4 +31,4 @@ services: - MYSQL_PASSWORD=${DATABASE_PASSWORD} volumes: - /portainer/Files/AppData/Bookstack/DB:/config - restart: unless-stopped \ No newline at end of file + restart: unless-stopped diff --git a/Template/template.json b/Template/template.json index d74a298..6a4f805 100644 --- a/Template/template.json +++ b/Template/template.json @@ -3526,4 +3526,4 @@ } ] } -] \ No newline at end of file +]