Sign inSign up

kaoru777/weechat

By kaoru777

Updated almost 6 years ago

Debian based Weechat installation. Latest version will be pulled from the Weechat Repository.

Image
0

10K+

kaoru777/weechat repository overview

Information

This Docker image will install the latest weechat version from the weechat repository.

Configuration

docker-compose.yml example

version: '3'
services:
  weechat:
    container_name: weechat
    image: kaoru777/weechat
    restart: unless-stopped
    stdin_open: true
    tty: true
    volumes:
      - weechat:/home/xyz/.weechat
    environment:
      - PUID=1000
      - PGID=1000

to attach use docker attach weechat

Tag summary

Content type

Image

Digest

Size

113.9 MB

Last updated

almost 6 years ago

docker pull kaoru777/weechat