From 8d22a6ada24f4b8f4dcfd4ab65047a6707695428 Mon Sep 17 00:00:00 2001 From: Christian Poetter Date: Thu, 27 Apr 2017 21:36:12 +0200 Subject: [PATCH] Add tutorial for Synology setup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Synology’s basic GitLab package is based on this Docker. But GitLab Runner or GitLab Container Registry are not available through the Package Center. Therefore I created this tutorial. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d05e872a3..1f8c0394b 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ - [Shell Access](#shell-access) - [Features](#features) - [Container Registry](docs/container_registry.md) +- [Synology](#synology) - [References](#references) # Introduction @@ -1243,6 +1244,10 @@ For debugging and maintenance purposes you may want access the containers shell. docker exec -it gitlab bash ``` +# Synology + +To setup GitLab with Synology DSM follow this [tutorial](https://github.com/cpoetter/Synology-GitLab-Setup). + # References * https://github.com/gitlabhq/gitlabhq