From b4a8f38485e893309235e9cfee060be609f54f9f Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:19:34 +0200 Subject: [PATCH] fix litequeen --- templates/compose/litequeen.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/compose/litequeen.yaml b/templates/compose/litequeen.yaml index 2af8c65a2..134c51575 100644 --- a/templates/compose/litequeen.yaml +++ b/templates/compose/litequeen.yaml @@ -9,12 +9,12 @@ services: image: kivsegrob/lite-queen:latest environment: - SERVICE_FQDN_LITEQUEEN_8000 - - SQLITE_DATABASES_LOCATION=${SQLITE_DATABASES_LOCATION:-/var/www} + - SQLITE_DATABASES_LOCATION=${SQLITE_DATABASES_LOCATION:-./var/www/html} volumes: - litequeen-data:/home/litequeen/data - type: bind source: ${SQLITE_DATABASES_LOCATION} - target: /www + target: /var/www/html is_directory: true healthcheck: test: