mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-17 09:05:56 +00:00
Update tags
parent
9979b5ee09
commit
ef534a9322
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
....
|
....
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue