mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-10-04 06:19:20 +08:00
Update tags
@@ -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
|
||||||
....
|
....
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user