mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-13 03:40:42 +02:00
Update samba to version v4.20.2 (#1318)
This commit is contained in:
parent
c113145a9a
commit
b8d6bfaf0a
@ -14,7 +14,7 @@ services:
|
|||||||
- ${APP_DATA_DIR}/data/samba/smb.conf:/public/smb.conf:ro
|
- ${APP_DATA_DIR}/data/samba/smb.conf:/public/smb.conf:ro
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: dockurr/samba:4.20.1@sha256:9a57887c0be1242ee2e1381653619a656820e1aee8e271885662d04c2c367be8
|
image: dockurr/samba:4.20.2@sha256:f5b3eb5d1d6866b23c7b12259a0f7ec20b991e450785cb710f09e54bcef79e47
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
USER: umbrel
|
USER: umbrel
|
||||||
@ -25,4 +25,4 @@ services:
|
|||||||
- '446:445'
|
- '446:445'
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/samba/smb.conf:/etc/samba/smb.conf
|
- ${APP_DATA_DIR}/data/samba/smb.conf:/etc/samba/smb.conf
|
||||||
- ${UMBREL_ROOT}/data/storage:/storage
|
- ${UMBREL_ROOT}/data/storage:/storage
|
@ -3,7 +3,7 @@ id: samba
|
|||||||
name: Samba
|
name: Samba
|
||||||
tagline: Make your storage accessible using Samba
|
tagline: Make your storage accessible using Samba
|
||||||
category: networking
|
category: networking
|
||||||
version: "4.20.1"
|
version: "4.20.2"
|
||||||
port: 9445
|
port: 9445
|
||||||
description: >-
|
description: >-
|
||||||
📂 Simplify your file sharing with Samba!
|
📂 Simplify your file sharing with Samba!
|
||||||
@ -36,8 +36,9 @@ gallery:
|
|||||||
- 1.jpg
|
- 1.jpg
|
||||||
- 2.jpg
|
- 2.jpg
|
||||||
- 3.jpg
|
- 3.jpg
|
||||||
releaseNotes: ""
|
releaseNotes: >-
|
||||||
|
This update fixes an issue with library version strings in Samba 4.20.3. For more details, visit: https://bugzilla.samba.org/show_bug.cgi?id=15673
|
||||||
dependencies: []
|
dependencies: []
|
||||||
path: ""
|
path: ""
|
||||||
defaultUsername: "umbrel"
|
defaultUsername: "umbrel"
|
||||||
deterministicPassword: true
|
deterministicPassword: true
|
Loading…
Reference in New Issue
Block a user