Skip to content

Commit

Permalink
Merge pull request #399 from alimy/pr-upgrade-version
Browse files Browse the repository at this point in the history
upgrade dependent service version in docker-compose.yaml
  • Loading branch information
alimy committed Oct 7, 2023
2 parents 1bffc92 + 80bcc95 commit ee01658
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ services:
# - paopao-network

# redis:
# image: redis:7.0-alpine
# image: redis:7.2.1-alpine
# restart: always
# ports:
# - 6379:6379
# networks:
# - paopao-network

redis:
image: redis/redis-stack:7.2.0-RC3
image: redis/redis-stack:7.2.0-v2
restart: always
ports:
- 6379:6379
Expand All @@ -67,7 +67,7 @@ services:
# - paopao-network

meili:
image: getmeili/meilisearch:v1.3
image: getmeili/meilisearch:v1.4
restart: always
ports:
- 7700:7700
Expand Down

0 comments on commit ee01658

Please sign in to comment.