SxthGear
Results
2
issues of
SxthGear
Docker-Compose.yaml ``` version: "2.1" services: kasm: image: kasmweb/workspaces:1.11.0 privileged: true container_name: kasm environment: - KASM_PORT=4443 volumes: - /docker/containers/kasm/:/opt ports: - 4443:443 - 3099:3000 restart: unless-stopped ``` Able to log into...
Seems that permissions set at start in the /app/api directory are not correct, causing multiple permissions errors on start: Celery PID ` Traceback (most recent call last): File "/usr/bin/celery", line...