This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:2.0.2-slim
|
||||
container_name: uptime-kuma
|
||||
container_name: uptime-kuma-${USER_NAME}
|
||||
restart: always
|
||||
volumes:
|
||||
- uptime_kuma_data:/app/data
|
||||
- kuma_${USER_NAME}:/app/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
networks:
|
||||
- reverse-proxy
|
||||
|
||||
volumes:
|
||||
uptime_kuma_data:
|
||||
kuma_${USER_NAME}:
|
||||
external: true
|
||||
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user