chore(deps): update shaneisrael/fireshare docker tag to v1.2.15 (#1699)
This commit is contained in:
parent
11eab90f9a
commit
4947485c90
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "fireshare",
|
"id": "fireshare",
|
||||||
"tipi_version": 7,
|
"tipi_version": 8,
|
||||||
"version": "1.2.14",
|
"version": "1.2.15",
|
||||||
"categories": [
|
"categories": [
|
||||||
"development"
|
"development"
|
||||||
],
|
],
|
||||||
|
@ -38,5 +38,8 @@
|
||||||
"env_variable": "FIRESHARE_PASSWORD"
|
"env_variable": "FIRESHARE_PASSWORD"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
fireshare:
|
fireshare:
|
||||||
container_name: fireshare
|
container_name: fireshare
|
||||||
image: shaneisrael/fireshare:v1.2.14
|
image: shaneisrael/fireshare:v1.2.15
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:80
|
- ${APP_PORT}:80
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user