redmine update

This commit is contained in:
valentin
2023-03-22 14:58:33 +01:00
parent 12f862b8df
commit 7ba103bbec

View File

@@ -3,7 +3,7 @@ version: '3.1'
services: services:
redmine: redmine:
image: redmine:${REDMINE_VERSION:-latest} image: redmine:${REDMINE_VERSION}
restart: always restart: always
environment: environment:
REDMINE_DB_MYSQL: ${REDMINE_DB_MYSQL} REDMINE_DB_MYSQL: ${REDMINE_DB_MYSQL}