docker-zulip icon indicating copy to clipboard operation
docker-zulip copied to clipboard

Container configurations, images, and examples for Zulip.

Results 136 docker-zulip issues
Sort by recently updated
recently updated
newest added

Hi, consider I'm accessing the zulip container with something like ```bash sudo docker-compose exec zulip /bin/bash ``` And I want to f.e edit `/etc/zulip/settings.py`, currently the two methods I had...

### The things which currently go wrong * [ ] Docker Compose tries to dereference any passphrase containing `$foo` and requires `$$foo` * [x] The default passphrases are wrapped in...

bug
high priority

According to the readme, just changing the vars within `docker-compose.yaml` should properly update all passphrases. Instead, the next container cluster boot ends abruptly with some unhappy services. So far, it...

As a more secure default, each container should be applying any necessary security updates. This is described in detail here: https://help.ubuntu.com/lts/serverguide/automatic-updates.html In chat, Tim mentioned that this may cause temporary...

The initial certbot implementation in #139 is super handy, but it has a somewhat awkward mechanism where we first generate a self-signed cert (so `nginx` will start), and then boot...

Ideally, we'd have it do something handy like tail the `errors.log`.

Tweaked and confirmed version of the galexrt section below it. **Decision**: There are two ways to resolve item 9: The easy way is as-listed, which is to just push Postgres...

If you look at [the docs for installing Compose on Linux](https://docs.docker.com/compose/install/linux/), you see: So perhaps the CLI changed from `docker-compose` to `docker compose` recently? I just installed Compose: ```sh docker...

... to prevent errors like ``` tar (child): /data/backups/backup-09/05/22-03-22-03.tar.gz: Cannot open: No such file or directory ```

Server crash when login ```yaml apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: zulip namespace: argo-cd spec: destination: namespace: zulip server: 'https://kubernetes.default.svc' source: path: kubernetes/chart/zulip repoURL: 'https://github.com/zulip/docker-zulip/' targetRevision: 5.5-0 helm: parameters: -...