#!/bin/bash # 将您的数据直接放入脚本中 # 使用 "heredoc" 语法,这是一种在脚本中嵌入多行文本的好方法 DATA=$(cat <<�...

services: yourls: image: niduroki/yourls-sqlite:1.9 container_name: yourls restart:...