mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-31 02:42:34 +02:00
fix image source in docker-compose
This commit is contained in:
parent
cbaf5738e7
commit
a66a766b7e
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ version: "3.4"
|
|||
|
||||
services:
|
||||
uptimekuma:
|
||||
image: uptimekuma
|
||||
image: philippdormann/uptime
|
||||
build: .
|
||||
environment:
|
||||
NODE_ENV: development
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
version: "3.4"
|
||||
|
||||
services:
|
||||
uptimekuma:
|
||||
image: uptimekuma
|
||||
uptime:
|
||||
image: philippdormann/uptime
|
||||
build: .
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
|
|
Loading…
Add table
Reference in a new issue