mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
reuse fixes
This commit is contained in:
parent
ebe8587e86
commit
57693daa35
4 changed files with 9 additions and 1 deletions
|
|
@ -1,4 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# SPDX-FileCopyrightText: 2025 Robin Appelman <robin@icewind.nl>
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
docker rm -f smb-test
|
||||
docker run -d --name smb-test -e ACCOUNT_test=test -e UID_test=1000 -e SAMBA_VOLUME_CONFIG_test="[test]; path=/tmp; valid users = test; guest ok = no; read only = no; browseable = yes" servercontainers/samba
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue