1
0

#26 Add volume

This commit is contained in:
2026-01-18 21:02:44 +01:00
parent 043e085f26
commit f4e04ced60
2 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -5,4 +5,10 @@ services:
- "8082:8082" - "8082:8082"
restart: always restart: always
env_file: env_file:
- .env - .env
volumes:
- nbscloud_vol:/nbscloud
volumes:
nbscloud_vol:
name: nbscloud_vol