From 82e8d7bac7832057532bd4274dbe6c433a873a5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20L=C3=A1szl=C3=B3=20Zolt=C3=A1n?= <884277+NLZ@users.noreply.github.com> Date: Sat, 30 Sep 2023 11:32:57 +0200 Subject: Update docker.rst to remove latest-alpine tag latest-alpine tad is decrepated, so updating the compose example to use latest instead --- docs/docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker.rst b/docs/docker.rst index fe005f0f..d5b6a9a5 100644 --- a/docs/docker.rst +++ b/docs/docker.rst @@ -80,7 +80,7 @@ You can also include Glances container in you own `docker-compose.yml`. Here's a - "traefik.frontend.rule=Host:whoami.docker.localhost" monitoring: - image: nicolargo/glances:latest-alpine + image: nicolargo/glances:latest restart: always pid: host volumes: -- cgit v1.2.3