Docker compose bug (#471)

This commit is contained in:
YuanJey 2023-07-06 10:58:07 +08:00 committed by GitHub
parent ca071fdf68
commit 4684a428f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ services:
restart: always
mongodb:
image: mongo:6.0
image: mongo:6.0.2
ports:
- 37017:27017
container_name: mongo
@ -37,7 +37,7 @@ services:
restart: always
redis:
image: redis:6.2.5
image: redis:7.0.0
ports:
- 16379:6379
container_name: redis
@ -54,7 +54,7 @@ services:
zookeeper:
image: zookeeper
image: wurstmeister/zookeeper
ports:
- 2181:2181
container_name: zookeeper