switch smb container

This commit is contained in:
Robin Appelman 2021-10-27 14:19:45 +02:00
commit fac3118fdf

View file

@ -52,10 +52,11 @@ jobs:
services:
samba:
image: dperson/samba
image: servercontainers/samba
env:
USER: "test;test"
SHARE: "test;/tmp;yes;no;yes;all;none"
ACCOUNT_test: test
UID_test: 1000
SAMBA_VOLUME_CONFIG_test: "[test]; path=/tmp; valid users = test; guest ok = no; read only = no; browseable = yes"
ports:
- 139:139
- 445:445