1
0

fix samba config to allow unlink

This commit is contained in:
Jacques Supcik
2022-02-26 00:58:43 +01:00
committed by GitHub
parent a655859304
commit b9bb77be65
2 changed files with 4 additions and 2 deletions

View File

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

@@ -1,4 +1,5 @@
images
buildroot-images
src/*/app
.obj
.obj
.deleted