This is a very basic setup for a Samba server.
Run the following command:
docker run -e USER_NAME=foo -e USER_PASSWORD=admin -e SHARE_NAME=share -p 445:445/tcp -v ./data:/media/share ghcr.io/parzival-space/basic-samba:latest
Clone the repository and run:
docker compose up
This project is distributed under the GNU GPL-3.0 license. See LICENSE
for more information.