永久免费 · 海外服务器
正在加载…
请使用更现代的浏览器并启用 JavaScript 以获得最佳浏览体验。
加载网站出错,请强制刷新页面重试。
怎么将peertube的docker实例迁移到另一个主机上?
Freee4U
copy .env file to the new server
copy docker-compose.yml file to the new server (just in case they’d be breaking changes)
stop the container
copy docker-volume directory to the new server in the same relative path
update the DNS for the new server to reflect the same configured domain
run docker-compose up