1
0

chore(deps): update elswork/samba docker tag to v4.21.4 (#2218)

This commit is contained in:
renovate[bot]
2025-10-24 09:22:09 +00:00
committed by GitHub
parent f56031d3d3
commit 165cf3216b
5 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,29 @@
services:
samba:
image: "elswork/samba:4.21.4"
container_name: ${CONTAINER_NAME}
hostname: ${HOSTNAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:139"
- "${PANEL_APP_PORT_SMB}:445"
environment:
- TZ=${TZ}
volumes:
- "${DATA_PATH}:${INTERNAL_DATA_PATH}"
command:
-u "${USER_1}"
-s "${SHARE_1}"
#-u "${USER_2}"
#-s "${SHARE_2}"
#-u "${USER_3}"
#-s "${SHARE_3}"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true