Update docker.rst to remove latest-alpine tag

latest-alpine tad is decrepated, so updating the compose example to use latest instead
This commit is contained in:
Nagy László Zoltán 2023-09-30 11:32:57 +02:00 committed by GitHub
parent 551c4d686b
commit 82e8d7bac7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: