#26 Add volume
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# nbscloud will look for and store files in this directory - mind the permissions
|
||||
NBSCLOUD_FILES_BASEDIR=
|
||||
NBSCLOUD_FILES_BASEDIR=/nbscloud
|
||||
|
||||
# Whether dark mode should be used by default
|
||||
NBSCLOUD_WEBCONTAINER_SHARED_DARKMODE=true
|
||||
|
||||
@@ -5,4 +5,10 @@ services:
|
||||
- "8082:8082"
|
||||
restart: always
|
||||
env_file:
|
||||
- .env
|
||||
- .env
|
||||
volumes:
|
||||
- nbscloud_vol:/nbscloud
|
||||
|
||||
volumes:
|
||||
nbscloud_vol:
|
||||
name: nbscloud_vol
|
||||
|
||||
Reference in New Issue
Block a user