fix image source in docker-compose

This commit is contained in:
Philipp Dormann 2021-08-03 14:31:30 +02:00
parent cbaf5738e7
commit a66a766b7e
No known key found for this signature in database
GPG Key ID: 3BB9ADD52DCA4314
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ version: "3.4"
services:
uptimekuma:
image: uptimekuma
image: philippdormann/uptime
build: .
environment:
NODE_ENV: development

View File

@ -1,8 +1,8 @@
version: "3.4"
services:
uptimekuma:
image: uptimekuma
uptime:
image: philippdormann/uptime
build: .
environment:
NODE_ENV: production