mirror of
https://github.com/lemeow125/Notes.git
synced 2025-08-02 17:23:17 +08:00
Migrate web frontend to docusaurus and copy over existing notes to new format
This commit is contained in:
parent
81ec3e90ed
commit
77471093c4
133 changed files with 17275 additions and 58 deletions
9
docs/Command Snippets/Docker - Miscellaneous.md
Normal file
9
docs/Command Snippets/Docker - Miscellaneous.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
Create CIFS/Samba Volume
|
||||
```bash
|
||||
docker volume create \
|
||||
--driver local \
|
||||
--opt type=cifs \
|
||||
--opt device=//uxxxxx.your-server.de/backup \
|
||||
--opt username=USERNAME,password=PASSWORD,file_mode=0777,dir_mode=0777 \
|
||||
--name VOLUME_NAME
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue