摘要: tar -cf - $DIR | pigz > $HOME/repo_archive_$(date +"%Y%m%d").tar.gz pigz -dc repo_archive_$(date +"%Y%m%d").tar.gz | tar -x docker save <image>:<tag> 阅读全文
posted @ 2022-02-06 17:15 月渊 阅读(278) 评论(0) 推荐(0)
摘要: docker network create --driver bridge --subnet 172.19.0.0/16 --gateway 172.19.0.1 npmbridge version: "3" services: app: image: 'jc21/nginx-proxy-manag 阅读全文
posted @ 2022-02-06 11:07 月渊 阅读(536) 评论(0) 推荐(0)
摘要: location /joplin { rewrite ^/joplin(.*)$ $1 break; proxy_set_header host $host; proxy_pass http://172.25.0.198:22300; client_max_body_size 0; proxy_se 阅读全文
posted @ 2022-02-06 11:04 月渊 阅读(94) 评论(0) 推荐(0)
摘要: location /seafhttp { rewrite ^/seafhttp(.*)$ $1 break; #seafile的端口,根据实际情况设置,默认是8082 proxy_pass http://172.19.0.4:8082; client_max_body_size 0; proxy_s 阅读全文
posted @ 2022-02-06 10:34 月渊 阅读(87) 评论(0) 推荐(0)