| 名称 | 监听端口号 |
|---|---|
| http | 9080 |
| https | 8443 |
| 管理口 | 8181 |
本镜像不再更新。
version: "3.9"
services:
npm:
image: registry.cn-hangzhou.aliyuncs.com/rastyu/npm:latest # 容器镜像名
container_name: npm # 容器名称
restart: unless-stopped # 重启策略
network_mode: host # host网络
volumes:
- /volume1/docker/nginx:/data # 配置保存目录
- /volume1/docker/nginx/ssl:/etc/letsencrypt # 配置保存目录
environment:
- TZ=Asia/Shanghai # 时区
- DISABLE_IPV6=true # 将禁用IPv6
# 默认管理: 192.168.10.5:8181
# http端口:9080
# https端口:8443
Content type
Image
Digest
sha256:b72bcd848…
Size
431.5 MB
Last updated
4 months ago
docker pull rastyu/npm