mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-23 05:00:23 +08:00
🐛 Fixing a bug. 关闭docker-compose 中的mysql 和redis 的端口,防止和其他项目冲突
This commit is contained in:
parent
0be21c621c
commit
7d70766b17
@ -9,13 +9,9 @@ services:
|
||||
restart: always
|
||||
container_name: pig-mysql
|
||||
image: pig-mysql
|
||||
ports:
|
||||
- 3306:3306
|
||||
|
||||
pig-redis:
|
||||
image: redis:7.0.0
|
||||
ports:
|
||||
- 6379:6379
|
||||
restart: always
|
||||
container_name: pig-redis
|
||||
hostname: pig-redis
|
||||
|
Loading…
Reference in New Issue
Block a user