mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
alias
This commit is contained in:
1
uptime-kuma/.env
Normal file
1
uptime-kuma/.env
Normal file
@ -0,0 +1 @@
|
||||
VERSION=4.10.1
|
14
uptime-kuma/docker-compose.yml
Normal file
14
uptime-kuma/docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: ${DOCKER_REGISTRY:-louislam}/uptime-kuma:2.0.0-beta.1
|
||||
container_name: uptime-kuma
|
||||
restart: always
|
||||
ports:
|
||||
- '3001:3001'
|
||||
volumes:
|
||||
- '/share/docker_data/uptime-kuma:/app/data'
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: true
|
Reference in New Issue
Block a user