-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image for Redmine 5.1 #303
Comments
@tianon Just to be sure - is support for Redmine 5.1.x takes into account changes to See https://www.redmine.org/projects/redmine/wiki/MySQL_configuration for more information. |
The Users can add it right into thier compose yaml: version: '3.1'
services:
redmine:
image: redmine
restart: always
ports:
- 8080:3000
environment:
REDMINE_DB_MYSQL: db
REDMINE_DB_PASSWORD: example
REDMINE_SECRET_KEY_BASE: supersecretkey
db:
image: mysql:5.7
restart: always
#####
command: --transaction_isolation=READ-COMMITTED
#####
environment:
MYSQL_ROOT_PASSWORD: example
MYSQL_DATABASE: redmine |
Redmine 5.1 was released last week. https://www.redmine.org/news/142
Can you create an image for this version?
The text was updated successfully, but these errors were encountered: