mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 07:50:11 -08:00
removed kasm
This commit is contained in:
@@ -1,21 +0,0 @@
|
|||||||
version: "3"
|
|
||||||
services:
|
|
||||||
kasm:
|
|
||||||
image: lscr.io/linuxserver/kasm:latest
|
|
||||||
container_name: kasm
|
|
||||||
pull_policy: always
|
|
||||||
privileged: true
|
|
||||||
environment:
|
|
||||||
- KASM_PORT=6443
|
|
||||||
# - DOCKER_HUB_USERNAME=USER #optional
|
|
||||||
# - DOCKER_HUB_PASSWORD=PASS #optional
|
|
||||||
# - DOCKER_MTU=1500 #optional
|
|
||||||
volumes:
|
|
||||||
- ./data:/opt
|
|
||||||
# - /path/to/profiles:/profiles #optional
|
|
||||||
# - /dev/input:/dev/input #optional
|
|
||||||
# - /run/udev/data:/run/udev/data #optional
|
|
||||||
ports:
|
|
||||||
- 6000:3000
|
|
||||||
- 6443:443
|
|
||||||
restart: unless-stopped
|
|
||||||
Reference in New Issue
Block a user