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 部署
124
124
- fba_mysql:/var/lib/mysql
125
125
networks :
126
126
- fba_network
127
- command : --default-authentication-plugin=mysql_native_password
127
+ command :
128
+ --default-authentication-plugin=mysql_native_password
128
129
--character-set-server=utf8mb4
129
130
--collation-server=utf8mb4_general_ci
130
131
--lower_case_table_names=1
@@ -254,24 +255,26 @@ title: Docker 部署
254
255
supervisorctl restart celery_flower
255
256
256
257
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
264
265
265
266
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
275
278
` ` `
276
279
277
280
5. 执行一键启动命令
You can’t perform that action at this time.
0 commit comments