chore(deps): update 2fauth/2fauth docker tag to v4.2.4 (#1656)
This commit is contained in:
parent
90a63e66f3
commit
91629ee9e4
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "2fauth",
|
"id": "2fauth",
|
||||||
"tipi_version": 6,
|
"tipi_version": 7,
|
||||||
"version": "4.2.3",
|
"version": "4.2.4",
|
||||||
"categories": [
|
"categories": [
|
||||||
"security"
|
"security"
|
||||||
],
|
],
|
||||||
|
@ -16,5 +16,8 @@
|
||||||
"source": "https://github.com/Bubka/2FAuth",
|
"source": "https://github.com/Bubka/2FAuth",
|
||||||
"website": "https://docs.2fauth.app/",
|
"website": "https://docs.2fauth.app/",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
2fauth:
|
2fauth:
|
||||||
image: 2fauth/2fauth:4.2.3
|
image: 2fauth/2fauth:4.2.4
|
||||||
container_name: 2fauth
|
container_name: 2fauth
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data:/2fauth
|
- ${APP_DATA_DIR}/data:/2fauth
|
||||||
|
|
Loading…
Reference in New Issue
Block a user