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: 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