Skip to content
Snippets Groups Projects
Commit 89e11ed8 authored by Elian Loraux's avatar Elian Loraux
Browse files

Modify homedir volume for homedir setup

parent e6c8675c
No related branches found
No related tags found
No related merge requests found
...@@ -5,13 +5,10 @@ services: ...@@ -5,13 +5,10 @@ services:
image: kasm-sage image: kasm-sage
build: ./ build: ./
container_name: KasmVNC-ubuntu container_name: KasmVNC-ubuntu
# ports:
# - 6901:6901
volumes: volumes:
- ./homedir:/home:rw - ./homedir:/home/kasm_user:rw
environment: environment:
- VNC_PW=${PASS} - VNC_PW=${PASS}
volumes: volumes:
homedir: homedir:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment