fix samba config to allow unlink
This commit is contained in:
@@ -29,11 +29,12 @@ services:
|
||||
-s "rootfs;/rootfs;no;no"
|
||||
-s "workspace;/workspace;no;no"
|
||||
-s "home;/root-home;no;no"
|
||||
-g "vfs objects = catia fruit recycle"
|
||||
ports:
|
||||
- "139:139"
|
||||
- "1445:445"
|
||||
volumes:
|
||||
- ..:/workspace:cached
|
||||
- ..:/workspace
|
||||
- buildroot:/buildroot
|
||||
- rootfs:/rootfs
|
||||
- home:/root-home
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
images
|
||||
buildroot-images
|
||||
src/*/app
|
||||
.obj
|
||||
.obj
|
||||
.deleted
|
||||
Reference in New Issue
Block a user