diff --git a/examples/logging.yml b/examples/logging.yml index ac8d96a9d..cff77bf96 100644 --- a/examples/logging.yml +++ b/examples/logging.yml @@ -22,7 +22,7 @@ services: - INSECURE=true # A service which generates log messages for testing - name: write-to-the-logs - image: alpine + image: alpine:3.8 command: ["/bin/sh", "-c", "while /bin/true; do echo hello $(date); sleep 1; done" ] - name: write-and-rotate-logs image: linuxkit/logwrite:v0.5