use s6 as supervision instead of runit
typecho is a PHP based lightweight blog system
Architecture | DB Support | Image:Tag |
---|---|---|
amd64/arm64 | MySQL and SQLite | 80x86/typecho:latest |
you need to map container path /data
to your host machine for persistent data storage.
AMD64 or arm64:
docker run -d \
--name=typecho-blog \
--restart always \
--mount type=tmpfs,destination=/tmp \
-v /srv/http/typecho:/data \
-e PHP_TZ=Asia/Shanghai \
-e PHP_MAX_EXECUTION_TIME=600 \
-p 90:80 \
80x86/typecho:latest