Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

56 Commits

Repository files navigation

Docker image for WeeChat

  • Based on alpine

Usage

docker cli

docker run -d \
--name=CONTAINER_NAME \
-v HOST_DOWNLOADS:/downloads \
-v HOST_CONFIG:/config \
-e PUID=1000
-e PGID=1000
-e TZ=UTC \
ghcr.io/ksurl/weechat

docker-compose

services:
weechat:
image: ghcr.io/ksurl/weechat
container_name: weechat
network_mode: bridge
environment:
- PUID=1000
- PGID=1000
- TZ=UTC
volumes:
- ./config:/config
- ./downloads:/downloads
restart: unless-stopped

Parameters

ParameterFunctionDefault
-e PUIDSet uid1000
-e PGIDSet gid1000
-e TZSpecify a timezone to useUTC
-v /configConfig folder goes here
-v /downloadsDownloads go here

About

WeeChat, the extensible chat client.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages