From 47677f0405476ff470d624aa57088801231f89e0 Mon Sep 17 00:00:00 2001 From: vwout Date: Mon, 6 Aug 2018 00:22:38 +0200 Subject: [PATCH] Fix typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ae84cf1..a43b59d 100644 --- a/readme.md +++ b/readme.md @@ -3,6 +3,6 @@ A Dockerfile and Composefile for creation of a Debian based openluup container. [OpenLuup](https://github.com/akbooer/openLuup) is a pure Lua open-source emulation of the [Vera](http://getvera.com/) Luup environment. -The Dockerized openluup environment is based on the upenLuup installation script and starts with a running OpenLuup instance on port 3480 using a modified version of the openluup_reload script. This modified script adds a hook that captures the stop signal send to the container and calls the luup stop API call to gracefully shutdown a container. +The Dockerized openluup environment is based on the openLuup installation script and starts with a running OpenLuup instance on port 3480 using a modified version of the openluup_reload script. This modified script adds a hook that captures the stop signal send to the container and calls the luup stop API call to gracefully shutdown a container. OpenLuup is installed in ```/etc/cmh-ludl/```. The folders ```/etc/cmh-ludl/backup/``` and ```/etc/cmh-lu``` are shared as volumes to store user files or retrieve backups of the user_data JSON file. To provide a custom user_data.json file, mount it as ```/etc/cmh-ludl/user_data.json```.