zammad / zammad-docker-compose

Zammad Docker images for docker-compose
https://hub.docker.com/r/zammad/zammad-docker-compose/
GNU Affero General Public License v3.0
273 stars 223 forks source link

Zammad init container is throwing error: sed: -e expression #4, char 42: unknown option to `s' while trying to run Zammad docker compose without elastic search, memcached, redis, nginx, websocket and trying to connect to external postgresql through SSH tunnel port forwarding to RDS of EKS of AWS. #337

Closed mr0chethan closed 1 year ago

mr0chethan commented 1 year ago

Infos

Expected behavior

Actual behavior

Steps to reproduce the behavior

Do SSH tunnel for port forwarding to remote host RDS of EKS of AWS. Remove Zammad backup, elastic search, memcached, redis, nginx, websocket and postgresql services from docker-compose.yml Map port of host to rails server give POSTGRESQL_HOST=host.docker.internal and other Postgres related data in the .env

`--- version: '3'

services:

zammad-init: command: ["zammad-init"] environment:

volumes: zammad-data: driver: local`

mr2chethan commented 1 year ago

Looks like this issue was because sed couldn't parse some special character in my password. After changing my password, this this issue is resolved. This must be same as #336 and #117 . Hence this can be closed.