mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 09:14:06 +02:00
reuse fixes
This commit is contained in:
parent
ebe8587e86
commit
57693daa35
4 changed files with 9 additions and 1 deletions
2
composer.lock.license
Normal file
2
composer.lock.license
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
SPDX-FileCopyrightText: 2025 Robin Appelman <robin@icewind.nl>
|
||||||
|
SPDX-License-Identifier: MIT
|
||||||
2
phpstan.neon.license
Normal file
2
phpstan.neon.license
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
SPDX-FileCopyrightText: 2021 Robin Appelman <robin@icewind.nl>
|
||||||
|
SPDX-License-Identifier: MIT
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
SPDX-FileCopyrightText: 2021 Robin Appelman <robin@icewind.nl>
|
SPDX-FileCopyrightText: 2025 Robin Appelman <robin@icewind.nl>
|
||||||
SPDX-License-Identifier: MIT
|
SPDX-License-Identifier: MIT
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
#
|
||||||
|
# SPDX-FileCopyrightText: 2025 Robin Appelman <robin@icewind.nl>
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
#
|
||||||
|
|
||||||
docker rm -f smb-test
|
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
|
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