summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNagy László Zoltán <884277+NLZ@users.noreply.github.com>2023-09-30 11:32:57 +0200
committerGitHub <noreply@github.com>2023-09-30 11:32:57 +0200
commit82e8d7bac7832057532bd4274dbe6c433a873a5b (patch)
tree2ba64dea549e0562641ad61d597ec95f7b256cc3
parent551c4d686bd39ecae6ee9dce2d4c003acd506bc7 (diff)
Update docker.rst to remove latest-alpine tag
latest-alpine tad is decrepated, so updating the compose example to use latest instead
-rw-r--r--docs/docker.rst2
1 files changed, 1 insertions, 1 deletions
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: