You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am getting an error when running the docker-compose file.
error: smbd version 4.21.3 started. Copyright Andrew Tridgell and the Samba Team 1992-2024 invalid permissions on directory '/var/cache/samba/msg.lock': has 0750 should be 0755
Hello, I am getting an error when running the docker-compose file.
error:
smbd version 4.21.3 started. Copyright Andrew Tridgell and the Samba Team 1992-2024 invalid permissions on directory '/var/cache/samba/msg.lock': has 0750 should be 0755
docker-compose file:
services:
samba:
image: dockurr/samba:latest
container_name: samba
ports:
- 445:445
If I run the same thing on another Docker host, the container starts successfully.
The text was updated successfully, but these errors were encountered: