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