Migrate to podman

This commit is contained in:
2026-01-29 15:48:11 +04:00
parent 5b2b227601
commit e548189596
31 changed files with 63 additions and 126 deletions

View File

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

View File

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