first working version
This commit is contained in:
15
compose.storage.yml
Normal file
15
compose.storage.yml
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
volumes:
|
||||
- external_storage:/mnt/external_storage${STORAGE_READONLY}
|
||||
|
||||
volumes:
|
||||
external_storage:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: cifs
|
||||
device: ${STORAGE_DEVICE}
|
||||
o: "username=${STORAGE_USERNAME},password=${STORAGE_PASSWORD}"
|
||||
Reference in New Issue
Block a user