From 6e09cda0eef0e55327eb3d95beaa140defcee6da Mon Sep 17 00:00:00 2001 From: talmai Date: Sun, 30 Sep 2018 00:55:35 -0400 Subject: [PATCH] updated final size of docker images --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bfed648..1dfd3165 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ If, however, your webserver does not support URL rewriting, set `DISABLE_URL_REW ## How to run using Docker -The docker images build are based on [Alpine](https://hub.docker.com/_/alpine/), with an extremelly low footprint (less than 10 MB for nginx, and less than 70MB for grocy with php-fm. That number is eventually bumped up to 150MB after all the dependencies are downloaded, however.). Anyhow, to run using docker just do the following: +The docker images build are based on [Alpine](https://hub.docker.com/_/alpine/), with an extremelly low footprint (less than 10 MB for nginx, and less than 70MB for grocy with php-fm. That number is eventually bumped up to 353MB after all the dependencies are downloaded, however). Anyhow, to run using docker just do the following: ``` > docker-compose up