IOhacker commented on code in PR #2389: URL: https://github.com/apache/fineract/pull/2389#discussion_r910286847
########## docker-compose.yml: ########## @@ -21,22 +21,8 @@ version: '3.7' services: # Backend service - fineractmysql: - image: mariadb:10.8 - volumes: - - ./fineract-db/server_collation.cnf:/etc/mysql/conf.d/server_collation.cnf - - ./fineract-db/docker:/docker-entrypoint-initdb.d:Z,ro - restart: always - environment: - MYSQL_ROOT_PASSWORD: skdcnwauicn2ucnaecasdsajdnizucawencascdca - healthcheck: - test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost", "--password=skdcnwauicn2ucnaecasdsajdnizucawencascdca" ] - timeout: 10s - retries: 10 - ports: - - "3306:3306" fineract-server: - image: fineract:latest + image: fineract:1.6.1-62689eb6 Review Comment: Open just for reminder about rollback. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
