Docker Compose
services:
jellyfin:
image: jellyfin/jellyfin:10.10.7
container_name: jellyfin
restart: always
...
阅读全文...
Typecho Butterfly 主题美化
主题
Butterfly 官网地址
Butterfly Github 地址
安装
下载解压主题文件放置到 themes 文件夹目录下,确保文件名为 butterfly 不可更改。
目录结构如下
typecho
├── db
├── langs
├── p...
阅读全文...
阅读全文...
关于容器内非 root 用户 cron 错误
错误:
can't open or create /var/run/crond.pid: Permission denied
解:1
FROM debian:latest
...
USER 1000:1000
# 给 cron 添加 's' 权限
R...
阅读全文...
阅读全文...
docker 镜像推送脚本
脚本
https://git.xyh.moe:8888/xian.yuheng/docker-push
#! /bin/bash
###########################################################...
阅读全文...
阅读全文...