services: blocky: image: ghcr.io/0xerr0r/blocky container_name: blocky restart: unless-stopped ports: - "53:53/tcp" - "53:53/udp" - "853:853/tcp" - "443:443/tcp" environment: - TZ=Europe/Zurich volumes: - /etc/localtime:/etc/localtime:ro - ./config.yml:/app/config.yml:ro