Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to install docker MAILCOW

Featured Replies

This repo contains a docker-compose file which means the "dockerized" solution is actually many different docker containers working together, which docker-compose helps orchestrate.

 

docker-compose can be installed on unraid if you are willing to jump through some hoops using NerdPack. You will still have to write the scripts to run docker-compose and set them up for startup as well.

 

The other option is to just install each docker image from the compose file individually and setup bindings/ports/volumes yourself. However this is a pretty beefy compose file so I wouldn't recommend it :/

 

 

  • 5 months later...
On 5/29/2020 at 10:25 PM, FoxxMD said:

This repo contains a docker-compose file which means the "dockerized" solution is actually many different docker containers working together, which docker-compose helps orchestrate.

 

docker-compose can be installed on unraid if you are willing to jump through some hoops using NerdPack. You will still have to write the scripts to run docker-compose and set them up for startup as well.

 

The other option is to just install each docker image from the compose file individually and setup bindings/ports/volumes yourself. However this is a pretty beefy compose file so I wouldn't recommend it :/

 

 

Hi, I installed mailcow in the virtual machine Ubuntu. Now I want to put it on Unraid. To do this, I decided to create templates for all 18 containers. I have little experience, so immediately there is a question.
As denoted in Unraid,  :z, :Z, :ro,Z in mount folder?

docker-compose:
    unbound-mailcow:
      image: mailcow/unbound:1.12
      environment:
        - TZ=${TZ}
      volumes:
        - ./data/hooks/unbound:/hooks:Z
        - ./data/conf/unbound/unbound.conf:/etc/unbound/unbound.conf:ro,Z

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.