Update version
This commit is contained in:
parent
6bec02edf4
commit
8f85ba8aa7
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
services:
|
services:
|
||||||
uptime-kuma:
|
uptime-kuma:
|
||||||
image: louislam/uptime-kuma:1.23.13
|
image: louislam/uptime-kuma:1.23.15
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
ports:
|
ports:
|
||||||
# <Host Port>:<Container Port>
|
# <Host Port>:<Container Port>
|
||||||
- 3001:3001
|
- 3001:3001
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
networks: {}
|
||||||
|
|
Loading…
Reference in a new issue