Update uptime-kuma container
Now does user management itself
This commit is contained in:
parent
8a37a9d41b
commit
3daf939b32
1 changed files with 5 additions and 2 deletions
|
@ -2,9 +2,12 @@ version: "2.3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
uptime-kuma:
|
uptime-kuma:
|
||||||
image: louislam/uptime-kuma:1
|
image: louislam/uptime-kuma:1-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
user: "{{ docker_user.id }}:{{ docker_user.id }}"
|
environment:
|
||||||
|
- PUID={{ docker_user.id }}
|
||||||
|
- PGID={{ docker_user.id }}
|
||||||
|
- TZ={{ TZ }}
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Reference in a new issue