diff options
-rw-r--r-- | doc/docker/using_docker_images.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/docker/using_docker_images.md b/doc/docker/using_docker_images.md index c88dd95..a88bb62 100644 --- a/doc/docker/using_docker_images.md +++ b/doc/docker/using_docker_images.md @@ -121,8 +121,8 @@ If you are courageous enough, you can make it fully open and accept everything: ``` [runners.docker] image = "ruby:2.1" - allowed_images = ["*"] - allowed_services = ["*"] + allowed_images = ["*", "*/*"] + allowed_services = ["*", "*/*"] ``` **It the feature is not enabled, or image isn't allowed the error message will be put into the build log.** |