Skip to content

Commit

Permalink
Upgrade images for MySQL, RabbitMQ and Redis
Browse files Browse the repository at this point in the history
  • Loading branch information
spyker77 committed Nov 3, 2023
1 parent 5a655f3 commit 4b4c59e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ version: '3.8'

services:
redis:
image: redis:7-alpine
image: redis:7.2-alpine

rabbitmq:
image: rabbitmq:3.11-management
image: rabbitmq:3.13-rc-management

db:
image: mysql:8.0
image: mysql:8.2-oracle
environment:
- MYSQL_ALLOW_EMPTY_PASSWORD=yes
- MYSQL_DATABASE=dev
Expand Down

0 comments on commit 4b4c59e

Please sign in to comment.