From f8ff764effd608de2e9de73fc23263afca93ab01 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Tue, 12 Sep 2017 17:25:42 +0100 Subject: [PATCH] Bringing documentation up to date with version 1.0.0 --- Docker-Image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker-Image.md b/Docker-Image.md index 9cc531f..c048fc3 100644 --- a/Docker-Image.md +++ b/Docker-Image.md @@ -8,7 +8,7 @@ Where 127.0.0.1 is the IP address through which you want to forward port 80 (in You can then browse to Smeagol by pointing your browser at http://localhost/. -As of version 0.99.10, the Docker image is now based on the Jetty, rather than the Tomcat, deployment of Smeagol (that is to say, it runs the executable jar file). This makes for a lighter weight Docker image, but there are still some problems which need to be addressed. +As of version 0.99.10, the Docker image is now based on the Jetty, rather than the Tomcat, deployment of Smeagol (that is to say, it runs the executable jar file). This makes for a lighter weight Docker image. All configuration can be overridden with [[Environment Variables]], which can be passed into the Docker container when the image is invoked, or from a [[Configuration]] file. The `config.edn` and `passwd` files and the `content` directory are copied into `/usr/local/etc` in the Docker image, and the appropriate environment variables are set up to point to them: ```