代码拉取完成,页面将自动刷新
version: '3'
services:
openbi:
restart: always
depends_on:
- mysql
- redis
build: ./docker
volumes:
- ./:/data
ports:
- 80:80
ulimits:
nofile:
soft: 262144
hard: 262144
mysql:
image: mysql:8
restart: always
environment:
MYSQL_ROOT_PASSWORD: root
volumes:
- ./data/mysql:/var/lib/mysql
command: --max_connections=512 --explicit_defaults_for_timestamp=1 --default_authentication_plugin=mysql_native_password
--tmp_table_size=18M --thread_cache_size=8 --myisam_max_sort_file_size=1G --server-id=1 --log-bin=/var/lib/mysql/mysql-bin.log --gtid-mode=ON --enforce-gtid-consistency
--myisam_sort_buffer_size=35M --key_buffer_size=25M --read_buffer_size=64K --read_rnd_buffer_size=256K --sort_buffer_size=256K
--max_allowed_packet=128M --innodb_flush_log_at_trx_commit=1 --innodb_log_buffer_size=1M --sql_mode='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION'
--innodb_buffer_pool_size=47M --innodb_log_file_size=24M --innodb_thread_concurrency=8 --default-time-zone="+8:00"
ports:
- 3306:3306
redis:
image: redis:alpine
restart: always
volumes:
- ./data:/data
ports:
- 6379:6379
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。