Open
Description
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.
Metadata
Assignees
Labels
No labels
Activity