I configurated skill server as standalone docker. I get only follwoing messages, when I enabled logging. After this message the docker instance is stopped with the status "exited".
2026-02-20T06:43:29.801654940Z 2026/02/20 06:43:29 Git syncer started
2026-02-20T06:43:29.802370700Z 2026/02/20 06:43:29 Starting web server on :8080
localai-mcp-skillserver:
container_name: localai-mcp-skillserver
image: ghcr.io/mudler/skillserver:latest
restart: unless-stopped
ports:
- "38083:8080"
environment:
SKILLSERVER_ENABLE_LOGGING: "true"
SKILLSERVER_DIR: "/app/skills"
SKILLSERVER_PORT: 8080
volumes:
- /mnt/user/appdata/skillserver/skills:/app/skills
I configurated skill server as standalone docker. I get only follwoing messages, when I enabled logging. After this message the docker instance is stopped with the status "exited".