File tree Expand file tree Collapse file tree 1 file changed +20
-17
lines changed Expand file tree Collapse file tree 1 file changed +20
-17
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,8 @@ title: Docker 部署
124124 - fba_mysql:/var/lib/mysql
125125 networks :
126126 - fba_network
127- command : --default-authentication-plugin=mysql_native_password
127+ command :
128+ --default-authentication-plugin=mysql_native_password
128129 --character-set-server=utf8mb4
129130 --collation-server=utf8mb4_general_ci
130131 --lower_case_table_names=1
@@ -254,24 +255,26 @@ title: Docker 部署
254255 supervisorctl restart celery_flower
255256
256257 networks :
257- fba_network :
258- name : fba_network
259- driver : bridge
260- ipam :
261- driver : default
262- config :
263- - subnet : 172.10.10.0/24
258+ fba_network :
259+ name : fba_network
260+ driver : bridge
261+ ipam :
262+ driver : default
263+ config :
264+ - subnet : 172.10.10.0/24
264265
265266 volumes :
266- # 如果你是 postgres 用户,应将 fba_mysql 修改为 fba_postgres
267- fba_mysql : # [!code warning:2]
268- name : fba_mysql
269- fba_redis :
270- name : fba_redis
271- fba_static :
272- name : fba_static
273- fba_rabbitmq :
274- name : fba_rabbitmq
267+ # 如果你是 postgres 用户,应将 fba_mysql 修改为 fba_postgres
268+ fba_mysql : # [!code warning:2]
269+ name : fba_mysql
270+ fba_redis :
271+ name : fba_redis
272+ fba_static :
273+ name : fba_static
274+ fba_static_upload :
275+ name : fba_static_upload
276+ fba_rabbitmq :
277+ name : fba_rabbitmq
275278 ` ` `
276279
2772805. 执行一键启动命令
You can’t perform that action at this time.
0 commit comments