commit 6e04ea826d56b2a647db9a2655918acbf2dd1ba0 Author: Matt Huntington Date: Fri Jan 2 11:36:23 2026 -0500 docker-compose diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..70277e7 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,11 @@ +services: + samba: + image: dperson/samba + ports: + - "139:139" + - "445:445" + volumes: + - ${HOST_DRIVE_LOCATION}:/mount + command: > + -u "${SAMBA_USER};${PASSWORD}" + -s "drive;/mount;yes;no;no;${SAMBA_USER}"