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

Dockerized web based forum software

Results 8 docker-discourse issues
Sort by recently updated
recently updated
newest added

``` $ docker-compose ps Name Command State Ports ----------------------------------------------------------------------------------------------------------------------------------------------------------- examples_discourse_1 /init sleep 10d Exit 0 examples_mailcatcher_1 mailcatcher --foreground - ... Up 0.0.0.0:1026->1025/tcp,:::1026->1025/tcp, 0.0.0.0:8026->1080/tcp,:::8026->1080/tcp examples_postgres_1 docker-entrypoint.sh postgres Up (healthy) 5432/tcp examples_redis_1...

bug

**Description of the feature** [Mail submission agent support](https://en.wikipedia.org/wiki/Message_submission_agent). **Beneftits of feature** Easy integration of SMTP transaction server. **Additional context** There are [no environmental variables for SMTP mail submission](https://github.com/tiredofit/docker-discourse#smtp-options) (only StartTLS,...

enhancement

### Summary Fails to compile assets It's been 2 hours, and it still hasn't finished. I think something must've gone wrong. ### Steps to reproduce 1. Execute the image ###...

bug

### Summary On starting zabbix agent, error pops up with description: `chown: invalid user: 'zabbix:root'` and other right below `s6-envuidgid: fatal: unknown user: zabbix` ### Steps to reproduce Build &...

bug

I have executed: ```sh $ docker network create proxy $ docker network create services $ docker-compose up -d ``` I see: ```sh $ docker-compose ps Name Command State Ports -------------------------------------------------------------------------------------...

bug

**Description of the feature** Hi! YAML support anchors, and compose files can use them as well. This, together with defining the `environment` sections as mapping instead of lists, allow having...

enhancement

### Summary Discourse is not sending certain system emails. Test emails can be successfully sent from the UI as well as the Ruby scripts and the system successfully sends upgrade...

bug