#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 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
|
# Whether dark mode should be used by default
|
||||||
NBSCLOUD_WEBCONTAINER_SHARED_DARKMODE=true
|
NBSCLOUD_WEBCONTAINER_SHARED_DARKMODE=true
|
||||||
|
|||||||
@@ -6,3 +6,9 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
volumes:
|
||||||
|
- nbscloud_vol:/nbscloud
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
nbscloud_vol:
|
||||||
|
name: nbscloud_vol
|
||||||
|
|||||||
Reference in New Issue
Block a user