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

first container of file browser

parent cf2e57da
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,23 @@ services:
image: kasm-ubuntu
build: ./
container_name: KasmVNC-ubuntu
restart: always
volumes:
- ./homedir:/home/kasm_user:rw
environment:
- VNC_PW=${PASS}
filebrowser:
image: filebrowser/filebrowser
container_name: KasmVNC-filebrowser
restart: always
volumes:
- home:/srv/
- vnc_shared:/srv/shared/
- filebrowser.json:.filebrowser.json
volumes:
homedir:
vnc_shared:
external: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment