mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-04-20 15:46:02 -04:00
fix image source in docker-compose
This commit is contained in:
parent
cbaf5738e7
commit
a66a766b7e
@ -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…
x
Reference in New Issue
Block a user