version: "3" services: weechat: image: ghcr.io/ksurl/weechat container_name: weechat stdin_open: true tty: true restart: unless-stopped network_mode: bridge ports: # These ports are in format : - '9000:9000' # Public HTTP Port - '9001:9001' # Public HTTPS Port environment: - PUID=1000 - PGID=1000 - TZ=UTC volumes: - ./config:/config - ./downloads:/downloads