Debian based Weechat installation. Latest version will be pulled from the Weechat Repository.
10K+
This Docker image will install the latest weechat version from the weechat repository.
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
Content type
Image
Digest
Size
113.9 MB
Last updated
almost 6 years ago
docker pull kaoru777/weechat