mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
docker-compose change back to 1
This commit is contained in:
parent
f3e1a9c61a
commit
d243cd84bf
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
uptime-kuma:
|
uptime-kuma:
|
||||||
image: louislam/uptime-kuma:2
|
image: louislam/uptime-kuma:1
|
||||||
container_name: uptime-kuma
|
container_name: uptime-kuma
|
||||||
volumes:
|
volumes:
|
||||||
- uptime-kuma:/app/data
|
- uptime-kuma:/app/data
|
||||||
|
|
Loading…
Reference in a new issue