chore(deps): update ckulka/baikal docker tag to v0.9.5 (#3229)

This commit is contained in:
renovate[bot] 2024-04-20 16:50:31 +00:00 committed by GitHub
parent f12854d81a
commit 6905bb97c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 6556, "port": 6556,
"id": "baikal", "id": "baikal",
"tipi_version": 2, "tipi_version": 3,
"version": "0.9.4-nginx", "version": "0.9.5-nginx",
"categories": [ "categories": [
"data", "data",
"utilities" "utilities"

View File

@ -2,7 +2,7 @@ version: "3"
services: services:
baikal: baikal:
container_name: baikal container_name: baikal
image: ckulka/baikal:0.9.4-nginx image: ckulka/baikal:0.9.5-nginx
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:80 - ${APP_PORT}:80