mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-10-17 07:23:43 +08:00
Compare commits
2 Commits
fdfca0b33a
...
cf871d9387
Author | SHA1 | Date | |
---|---|---|---|
|
cf871d9387 | ||
|
90fb26fbf1 |
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
mysql:
|
||||
image: mysql:8.0.33
|
||||
image: mysql:8.0.42
|
||||
container_name: mysql
|
||||
environment:
|
||||
# 时区上海
|
||||
@@ -48,7 +48,7 @@ services:
|
||||
network_mode: "host"
|
||||
|
||||
redis:
|
||||
image: redis:6.2.12
|
||||
image: redis:7.2.8
|
||||
container_name: redis
|
||||
ports:
|
||||
- "6379:6379"
|
||||
|
Reference in New Issue
Block a user