mirror of
https://github.com/StepanovPlaton/HomeServerServices.git
synced 2026-04-03 12:20:43 +04:00
merge
This commit is contained in:
@@ -4,7 +4,7 @@ OWNER_USERID=1000
|
||||
OWNER_GROUPID=1000
|
||||
|
||||
SMB_USER=user
|
||||
SMD_PASSWORD=password
|
||||
SMB_PASSWORD=password
|
||||
|
||||
NET_NAME=Storage
|
||||
READONLY_NET_NAME=ReadonlyStorage
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
services:
|
||||
samba:
|
||||
image: dperson/samba
|
||||
image: docker.io/dperson/samba
|
||||
container_name: samba
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
ports:
|
||||
- "139:139"
|
||||
- "445:445"
|
||||
- "1139:139"
|
||||
- "1445:445"
|
||||
volumes:
|
||||
- ${SHARED_FOLDER:?}:/mnt/shared
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user