Merge branch 'main' of https://git.chns.tech/CHNS/Docker-Compose
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
app:
|
||||
image: gethomepage/homepage:latest
|
||||
image: gethomepage/homepage:v1.12.3
|
||||
container_name: homepage
|
||||
environment:
|
||||
HOMEPAGE_ALLOWED_HOSTS: ${HOMEPAGE_ALLOWED_HOSTS}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
app:
|
||||
container_name: uptime-kuma
|
||||
image: louislam/uptime-kuma:latest
|
||||
image: louislam/uptime-kuma:2.2.1
|
||||
ports:
|
||||
- ${UPTIMEKUMA_PORT}:3001
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user