summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Hennion <nicolashennion@gmail.com>2023-10-07 10:37:21 +0200
committerGitHub <noreply@github.com>2023-10-07 10:37:21 +0200
commit34f0e9013024df2e7769d5f58379f83cf3a1c8c2 (patch)
tree2ba64dea549e0562641ad61d597ec95f7b256cc3
parent551c4d686bd39ecae6ee9dce2d4c003acd506bc7 (diff)
parent82e8d7bac7832057532bd4274dbe6c433a873a5b (diff)
Merge pull request #2563 from NLZ/patch-1
Update docker.rst to remove latest-alpine tag
-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: