uptime-kuma: feat: Add docker support

This commit is contained in:
PorridgePi
2022-09-26 01:58:43 +01:00
parent 28df96cac8
commit aa44a7edf2

View File

@@ -11,6 +11,7 @@ services:
restart: always restart: always
volumes: volumes:
- "./uptime-kuma-data:/app/data" - "./uptime-kuma-data:/app/data"
- "/var/run/docker.sock:/var/run/docker.sock:ro"
# ports: # ports:
# - "3001:3001" # - "3001:3001"
networks: networks: