Update tags

Louis Lam 2024-10-29 19:28:53 +08:00
parent 9979b5ee09
commit ef534a9322

@ -135,10 +135,10 @@ docker stop uptime-kuma
``` ```
2. Backup your `data` directory. 2. Backup your `data` directory.
3. Change the image tag to `louislam/uptime-kuma:2-beta`. 3. Change the image tag to `louislam/uptime-kuma:beta`.
```bash ```bash
docker run -d --restart=unless-stopped -p <YOUR_PORT>:3001 -v <YOUR_DIR OR VOLUME>:/app/data --name uptime-kuma louislam/uptime-kuma:2-beta docker run -d --restart=unless-stopped -p <YOUR_PORT>:3001 -v <YOUR_DIR OR VOLUME>:/app/data --name uptime-kuma louislam/uptime-kuma:beta
``` ```
4. Check the logs to see the migration process. 4. Check the logs to see the migration process.
@ -157,12 +157,12 @@ docker compose down
2. Backup your `data` directory. 2. Backup your `data` directory.
3. Change the image tag to `louislam/uptime-kuma:2-beta`. 3. Change the image tag to `louislam/uptime-kuma:beta`.
```yaml ```yaml
services: services:
uptime-kuma: uptime-kuma:
image: louislam/uptime-kuma:2-beta image: louislam/uptime-kuma:beta
.... ....
``` ```