mirror of
https://github.com/toras9000/docker-kallithea.git
synced 2026-05-07 02:16:03 +02:00
kallithea v0.6.2
This commit is contained in:
@@ -5,8 +5,8 @@ This image enables the SSH repository access function implemented in kallithea v
|
||||
|
||||
## Tags
|
||||
|
||||
- 0.6.1
|
||||
- Version 0.6.1 of the pip package.
|
||||
- 0.6.2
|
||||
- Version 0.6.2 of the pip package.
|
||||
|
||||
## Data location
|
||||
|
||||
@@ -110,7 +110,7 @@ The following is an example of a simple docker-compose.yml for Sqlite.
|
||||
```
|
||||
services:
|
||||
app:
|
||||
image: toras9000/kallithea-mp:0.6.1
|
||||
image: toras9000/kallithea-mp:0.6.2
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8010:5000"
|
||||
|
||||
@@ -3,7 +3,7 @@ variable "WITH_LATEST_TAG" {
|
||||
}
|
||||
|
||||
variable "KALLITHEA_IMAGE_VER" {
|
||||
default = "0.6.1"
|
||||
default = "0.6.2"
|
||||
}
|
||||
|
||||
variable "KALLITHEA_FLAVOR" {
|
||||
|
||||
Reference in New Issue
Block a user