docker部署halo博客
docker博客创建编辑配置文件1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859vim /halo/docker-compose.yamlversion: "3"services: halo image: halohub/halo:2.11 container_name: halo restart: on-failure:3 depends_on: halodb: condition: service_healthy networks: halo_network: volumes: - ./halo2:/root/.halo2 rts: - "8090:8090" althcheck: test: ["CMD"...
清风工具箱
工具箱一键脚本1bash <(curl -sSL https://gitee.com/xbd666/qingfeng/raw/master/toolbox.sh) 1bash <(curl -sSL https://gitee.com/xbd666/kunlun/raw/master/kunlun_tool.sh) 脚本一键安装MySQL/mariadb,并更改密码1bash <(curl -sSL https://gitee.com/xbd666/qingfeng/raw/master/MySQL_install.sh) 添加swap分区–调用gitee仓库1bash <(curl -sSL https://gitee.com/xbd666/qingfeng/raw/master/swap.sh) 安装前/后端软件包一键脚本1bash <(curl -sSL https://gitee.com/xbd666/qingfeng/raw/master/Software_package.sh) gitee仓库超连接giteeg...






