fix litequeen
This commit is contained in:
parent
bf60290b49
commit
b4a8f38485
1 changed files with 2 additions and 2 deletions
|
|
@ -9,12 +9,12 @@ services:
|
||||||
image: kivsegrob/lite-queen:latest
|
image: kivsegrob/lite-queen:latest
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_FQDN_LITEQUEEN_8000
|
- SERVICE_FQDN_LITEQUEEN_8000
|
||||||
- SQLITE_DATABASES_LOCATION=${SQLITE_DATABASES_LOCATION:-/var/www}
|
- SQLITE_DATABASES_LOCATION=${SQLITE_DATABASES_LOCATION:-./var/www/html}
|
||||||
volumes:
|
volumes:
|
||||||
- litequeen-data:/home/litequeen/data
|
- litequeen-data:/home/litequeen/data
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ${SQLITE_DATABASES_LOCATION}
|
source: ${SQLITE_DATABASES_LOCATION}
|
||||||
target: /www
|
target: /var/www/html
|
||||||
is_directory: true
|
is_directory: true
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue