From 4e169e6abf0b882cb9768cf8411af1244d8eb293 Mon Sep 17 00:00:00 2001 From: Jonas Lochmann Date: Mon, 24 May 2021 02:00:00 +0200 Subject: [PATCH] Adjust the docker build command --- docs/usage/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/docker.md b/docs/usage/docker.md index ad476e4..3f51e30 100644 --- a/docs/usage/docker.md +++ b/docs/usage/docker.md @@ -5,7 +5,7 @@ You can run the timelimit server with docker. Here are two example configuration ## Important The ``image: 'timelimit-server:latest'`` will not work out of the box. -You have to build this image yourself (using ``sudo docker build -t timelimit-server .`` +You have to build this image yourself (using ``sudo docker build -t timelimit-server --no-cache --pull .`` within the root directory of this git repository) or you can replace it by ``image: docker.timelimit.io/timelimit-server`` which will use prebuilt docker images.