Lau Chi Fung
  • Home
  • Album
  • Shop
Sign in Subscribe

Docker

A collection of 4 posts
Docker

Syncthing increase the inotify limit

To setup inotify handler. Please increase inotify limits Linux typically restricts the amount of watches per user (usually 8192). When you have more directories you need to adjust that number. On many Linux distributions you can run the following to fix it: echo "fs.inotify.max_user_watches=204800&
31 Dec 2023
LInux

Linux useful command

List Drive UUID or PARTUUID sudo blkid
23 Dec 2023
Traefik Docker setup
Docker

Traefik Docker setup

Dynamic Setup http: routers: motioneye: entryPoints: - web - websecure service: motioneye rule: Host(`web.web.com`) tls: certResolver: production services: motioneye: loadBalancer: servers: - url: http://192.168.1.1/ passHostHeader: true Docker Setup labels: - traefik.enable=true # Create a router called fung_ghost listening on the web
10 Sep 2023 2 min read
Uptime kuma Docker
Docker

Uptime kuma Docker

今次講關於 Uptim Kuma 佢係一個 monitor,會幫我地不位停睇住 大家可以去以下網址 Uptime Kuma 今次同大家分享 Docker Compose 安裝 我之前以經 Create 咗兩個 Network,一個叫 innernetwork 同 outernetwork。睇返你自己。 先有一個 docker-compose.yml, 內容如下: version: '3.8' services: app: image: louislam/uptime-kuma:latest ports: - 3001:3001 volumes: - ./uptime-kuma:/app/data networks: - outernetwork restart:
28 Aug 2023 1 min read
Page 1 of 1
Lau Chi Fung © 2026
  • Sign up
  • Home
  • About
  • Album
Powered by Ghost