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

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