You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
325 B
YAML

version: '3.8'
services:
samba:
container_name: samba
restart: always
build: build/.
#network_mode: "host"
expose:
- 445
#- 139
ports:
- 445:445
#- 139:139
volumes:
- /mnt/data:/HAL-DATA
- ./.config/smb.conf:/etc/samba/smb.conf
- ./logs:/var/log/samba