Added more verbosity
This commit is contained in:
@@ -50,6 +50,9 @@ services:
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
v1.232.22-1 - 31.12.2025
|
||||||
|
- Modified cmd in entrypoint file for more log
|
||||||
|
|
||||||
v1.232.22 - 19.12.2025
|
v1.232.22 - 19.12.2025
|
||||||
- Alpine v. 3.23.2
|
- Alpine v. 3.23.2
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ services:
|
|||||||
image: rardcode/sambafs
|
image: rardcode/sambafs
|
||||||
container_name: sambafs
|
container_name: sambafs
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
privileged: true
|
||||||
ports:
|
ports:
|
||||||
- 137:137/udp
|
- 137:137/udp
|
||||||
- 138:138/udp
|
- 138:138/udp
|
||||||
|
|||||||
@@ -90,4 +90,5 @@ for i in $(ls /home); do echo 'export PS1="\[\e[35m\][\[\e[33m\]\u\[\e[36m\]@\[\
|
|||||||
}
|
}
|
||||||
_bashrc
|
_bashrc
|
||||||
|
|
||||||
smbd -F -d 2 --configfile=/data/smb.conf
|
#smbd -F -d 2 --configfile=/data/smb.conf
|
||||||
|
smbd -F --debug-stdout -d 3 --configfile=/data/smb.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user