initial commit (untested)
This commit is contained in:
15
docker-compose.override.yml
Normal file
15
docker-compose.override.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: '2.0'
|
||||
volumes:
|
||||
seafile-db:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: none
|
||||
o: bind
|
||||
device: ${APP_DATA_DIRECTORY:-./data}/db
|
||||
|
||||
seafile-data:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: none
|
||||
o: bind
|
||||
device: ${APP_DATA_DIRECTORY:-./data}/app
|
||||
Reference in New Issue
Block a user