mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-01 19:32: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:
|
services:
|
||||||
uptimekuma:
|
uptimekuma:
|
||||||
image: uptimekuma
|
image: philippdormann/uptime
|
||||||
build: .
|
build: .
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: development
|
NODE_ENV: development
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
version: "3.4"
|
version: "3.4"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
uptimekuma:
|
uptime:
|
||||||
image: uptimekuma
|
image: philippdormann/uptime
|
||||||
build: .
|
build: .
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
|
|
Loading…
Add table
Reference in a new issue