services:
chromium:
image: linuxserver/chromium:latest
container_name: chromium
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Shanghai
- LC_ALL=zh_CN.UTF-8
- CHROME_CLI=https://www.baidu.com
volumes:
- ./config:/config
ports:
- "13001:3001" #3001是https
shm_size: "1gb"
restart: unless-stopped:::
使用
浏览器中输入 https://NAS的IP:13001 就能看到界面,注意是 HTTPS 协议,不支持http协议