From 87c8409be39c3b42fc6abef5afbc7778b2bb1379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nu=C8=9Biu?= Date: Mon, 1 Jan 2018 16:49:02 +0200 Subject: [PATCH] Adding example docker config to readme --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index e5c54b9..fa3a6dc 100644 --- a/README.md +++ b/README.md @@ -116,4 +116,27 @@ CONTAINER ID IMAGE COMMAND CREATED 90b6f00b1331 simplft "./simplFTP -confi..." 2 minutes ago Up 2 minutes 0.0.0.0:8081->8081/tcp, 0.0.0.0:32768->8080/tcp devtest ➜ server git:(master) ✗ docker container stop 90b6f00b1331 90b6f00b1331 +``` + +#### Example docker config + +```json +{ + "address": "0.0.0.0", + "port": 8080, + "maxDirDepth": 30, + "absoluteServePath": "/externalVolume", + "pic": { + "color": true, + "x": 197, + "y": 50 + }, + "upload": { + "enabled": true, + "directory": "upload", + "timeout": 5, + "address": "0.0.0.0", + "port": 8081 + } +} ``` \ No newline at end of file