Added more verbosity
All checks were successful
Update Docker Hub Description / dockerHubDescription (push) Successful in 12s
Docker Image CI / build_docker_images (push) Successful in 13m19s

This commit is contained in:
GianLuca Vagnuzzi
2025-12-31 05:07:08 +01:00
parent 2b79000cae
commit b1ee62110b
3 changed files with 6 additions and 1 deletions

View File

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

View File

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

View File

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