chore(deps): update 2fauth/2fauth docker tag to v5.2.0 (#3606)
This commit is contained in:
parent
a6a2e643af
commit
0691fd5880
|
@ -8,8 +8,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"dynamic_config": true,
|
"dynamic_config": true,
|
||||||
"id": "2fauth",
|
"id": "2fauth",
|
||||||
"tipi_version": 15,
|
"tipi_version": 16,
|
||||||
"version": "5.1.1",
|
"version": "5.2.0",
|
||||||
"categories": ["security"],
|
"categories": ["security"],
|
||||||
"description": "A Web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes.",
|
"description": "A Web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes.",
|
||||||
"short_desc": "Manage your Two-Factor Authentication codes.",
|
"short_desc": "Manage your Two-Factor Authentication codes.",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"services": [
|
"services": [
|
||||||
{
|
{
|
||||||
"name": "2fauth",
|
"name": "2fauth",
|
||||||
"image": "2fauth/2fauth:5.1.1",
|
"image": "2fauth/2fauth:5.2.0",
|
||||||
"internalPort": 8000,
|
"internalPort": 8000,
|
||||||
"isMain": true,
|
"isMain": true,
|
||||||
"volumes": [
|
"volumes": [
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
2fauth:
|
2fauth:
|
||||||
image: 2fauth/2fauth:5.1.1
|
image: 2fauth/2fauth:5.2.0
|
||||||
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