You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Container smanga-alpha Creating
Error response from daemon: NanoCPUs can not be set, as your kernel does not support CPU CFS scheduler or the cgroup is not mounted
如题,报错误:
Container smanga-alpha Creating
Error response from daemon: NanoCPUs can not be set, as your kernel does not support CPU CFS scheduler or the cgroup is not mounted
黑群晖DSM 7.2.2-72806 Update 2系统,容器安装
compose.yaml文件:
version: "3"
services:
smanga:
image: lkw199711/smanga:alpha
deploy:
resources:
limits:
cpus: '0.5'
memory: 1G
reservations:
memory: 16M
ports:
- 9798:80
volumes:
- /volume1/docker/smanga/data:/data
- /volume1/docker/smanga/compress:/compress
- /mnt:/mnt
environment:
PUID: 1026 # 想切换为哪个用户来运行程序,该用户的uid
PGID: 101 # 想切换为哪个用户来运行程序,该用户的gid
UMASK: 022
TZ: Asia/Shanghai
restart: unless-stopped
hostname: smanga-alpha
container_name: smanga-alpha
The text was updated successfully, but these errors were encountered: