From aab56885b131ec035817800bfeb25f584e61f12c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 25 Feb 2023 23:16:54 +0000 Subject: [PATCH] update to version 1.18 --- README.md | 8 ++++---- docker/docker-compose.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ff4b7de..b7dfb53 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # git.limbosolutions.com - - Welcome to public repository of my [Git Server](https://git.limbosolutions.com) + +Welcome to public repository of my [Git Server](https://git.limbosolutions.com) ## Setup @@ -8,12 +8,12 @@ Setup assumes no access to the host except through Portainer. This demonstrates that access to docker is the only real requirement to host git.limbosolutions.com -_[Docker Compose File](../docker/docker-compose.yaml)_ +_[Docker Compose File](./docker/docker-compose.yaml)_ ### Requirements - Docker -_Currently hosted on an ubuntu lxc container with docker and portainer [+ information](https://git.limbosolutions.com/marcio.fernandes/wansrv01.dev.lan/src/branch/main/README.md)._ +_Currently hosted on an ubuntu lxc container with docker and portainer [+ information](https://git.limbosolutions.com/kb/lxc)._ - [Duplicati Image with mySql client](https://git.limbosolutions.com/kb/duplicati/src/branch/main/docker/mysqlclient/README.md) diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index bfe0a54..871dabb 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -1,7 +1,7 @@ version: "3" services: app: - image: gitea/gitea:1.17 + image: gitea/gitea:1.18 environment: - GITEA__database__DB_TYPE=mysql - GITEA__database__HOST=db:3306