hopeful proxy fix
This commit is contained in:
parent
996e8fc164
commit
b3db38ad76
2 changed files with 45 additions and 3 deletions
|
@ -159,14 +159,15 @@ services:
|
|||
- '/:/host:ro,rslave'
|
||||
cap_add:
|
||||
- SYS_TIME
|
||||
|
||||
|
||||
kasm:
|
||||
image: lscr.io/linuxserver/kasm:latest
|
||||
container_name: kasm
|
||||
privileged: true
|
||||
environment:
|
||||
- KASM_PORT=4443
|
||||
- KASM_PORT=8443
|
||||
- TZ=Europe/London
|
||||
- LETSENCRYPT_HOST=kasm.neo.faulty.nl
|
||||
volumes:
|
||||
- /srv/kasm/data:/opt
|
||||
- /srv/kasm/other/profiles:/profiles #optional
|
||||
|
@ -174,8 +175,8 @@ services:
|
|||
- /run/udev/data:/run/udev/data #optional
|
||||
ports:
|
||||
- 3000:3000
|
||||
- 4443:4443
|
||||
restart: unless-stopped
|
||||
proxy:
|
||||
|
||||
networks:
|
||||
metrics:
|
Reference in a new issue