mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
switch smb container
This commit is contained in:
parent
9dba42ab2a
commit
fac3118fdf
1 changed files with 4 additions and 3 deletions
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
|
|
@ -52,10 +52,11 @@ jobs:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
samba:
|
samba:
|
||||||
image: dperson/samba
|
image: servercontainers/samba
|
||||||
env:
|
env:
|
||||||
USER: "test;test"
|
ACCOUNT_test: test
|
||||||
SHARE: "test;/tmp;yes;no;yes;all;none"
|
UID_test: 1000
|
||||||
|
SAMBA_VOLUME_CONFIG_test: "[test]; path=/tmp; valid users = test; guest ok = no; read only = no; browseable = yes"
|
||||||
ports:
|
ports:
|
||||||
- 139:139
|
- 139:139
|
||||||
- 445:445
|
- 445:445
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue