update
This commit is contained in:
@@ -7,7 +7,8 @@ services:
|
||||
MYSQL_DATABASE: physical-boot
|
||||
restart: always
|
||||
container_name: physical-mysql
|
||||
image: mysql:8.0
|
||||
image: registry.cn-shanghai.aliyuncs.com/physical/physical-mysql
|
||||
hostname: physical-mysql
|
||||
command:
|
||||
--character-set-server=utf8mb4
|
||||
--collation-server=utf8mb4_general_ci
|
||||
@@ -24,7 +25,7 @@ services:
|
||||
- physical-boot
|
||||
|
||||
physical-redis:
|
||||
image: redis:latest
|
||||
image: registry.cn-shanghai.aliyuncs.com/physical/physical-redis
|
||||
ports:
|
||||
- 26379:6379
|
||||
restart: always
|
||||
@@ -33,7 +34,7 @@ services:
|
||||
networks:
|
||||
- physical-boot
|
||||
physical-minio:
|
||||
image: quay.io/minio/minio
|
||||
image: registry.cn-shanghai.aliyuncs.com/physical/physical-minio
|
||||
ports:
|
||||
- 29000:9000
|
||||
- 29001:9001
|
||||
|
||||
Reference in New Issue
Block a user