bor8

Results 15 comments of bor8

Sorry, I couldn't wait, I used the official repo and made the following compose file work: ``` version: "3.1" services: postgresql: image: postgres:10.1 environment: - POSTGRES_USER=redmine - POSTGRES_PASSWORD=hallo - POSTGRES_DB=redmine_production...

Will check when available in Rancher.

Very worth supporting, where should I send money? ;) In my case it would be very helpful if I could block certain users from the activity log because I have...

> We'll provide a workaround. But this will take some time. When and where will that be available? Alongside: Please take into account that people with http connect proxies can...

How I did it - or very inofficial instructions for Docker Compose and Postgres image from Bitnami. Credits to @f-io. 1. Shutdown approx. 4 containers: `docker compose down`. Make sure...