-
[Support] GitLab-CE
My workaround is here. # Rollback to this version: 16.9.8-ce.0 docker run\ -d\ --name='GitLab-CE'\ --net='bridge'\ -e TZ="UTC"\ -e HOST_OS="Unraid"\ -e HOST_HOSTNAME="DaemonCat"\ -e HOST_CONTAINERNAME="GitLab-CE"\ -l net.unraid.docker.managed=dockerman\ -l net.unraid.docker.webui='http://[IP]:[PORT:9080]'\ -l net.unraid.docker.icon='https://raw.githubusercontent.com/tynor88/docker-templates/master/images/gitlab_small.png'\ -p '9080:9080/tcp'\ -p '9443:9443/tcp'\ -p '9022:22/tcp'\ -v '/mnt/cache/appdata/gitlab-ce/config':'/etc/gitlab':'rw'\ -v '/mnt/cache/appdata/gitlab-ce/data':'/var/opt/gitlab':'rw'\ -v '/mnt/cache/appdata/gitlab-ce/log':'/var/log/gitlab':'rw'\ --env GITLAB_OMNIBUS_CONFIG="external_url 'http://unraid:9080/'" 'gitlab/gitlab-ce:16.9.8-ce.0'\ docker exec -it GitLab-CE update-permissions # Advice from dev to update version first: 16.11.3-ce.0 (update to 16.11.x before going to 17.0.x) docker run\ -d\ --name='GitLab-CE'\ --net='bridge'\ -e TZ="UTC"\ -e HOST_OS="Unraid"\ -e HOST_HOSTNAME="DaemonCat"\ -e HOST_CONTAINERNAME="GitLab-CE"\ -l net.unraid.docker.managed=dockerman\ -l net.unraid.docker.webui='http://[IP]:[PORT:9080]'\ -l net.unraid.docker.icon='https://raw.githubusercontent.com/tynor88/docker-templates/master/images/gitlab_small.png'\ -p '9080:9080/tcp'\ -p '9443:9443/tcp'\ -p '9022:22/tcp'\ -v '/mnt/cache/appdata/gitlab-ce/config':'/etc/gitlab':'rw'\ -v '/mnt/cache/appdata/gitlab-ce/data':'/var/opt/gitlab':'rw'\ -v '/mnt/cache/appdata/gitlab-ce/log':'/var/log/gitlab':'rw'\ --env GITLAB_OMNIBUS_CONFIG="external_url 'http://unraid:9080/'" 'gitlab/gitlab-ce:16.11.3-ce.0'\ # Finally, my current version(fixed): 17.0.2-ce.0 docker run\ -d\ --name='GitLab-CE'\ --net='bridge'\ -e TZ="UTC"\ -e HOST_OS="Unraid"\ -e HOST_HOSTNAME="DaemonCat"\ -e HOST_CONTAINERNAME="GitLab-CE"\ -l net.unraid.docker.managed=dockerman\ -l net.unraid.docker.webui='http://[IP]:[PORT:9080]'\ -l net.unraid.docker.icon='https://raw.githubusercontent.com/tynor88/docker-templates/master/images/gitlab_small.png'\ -p '9080:9080/tcp'\ -p '9443:9443/tcp'\ -p '9022:22/tcp'\ -v '/mnt/cache/appdata/gitlab-ce/config':'/etc/gitlab':'rw'\ -v '/mnt/cache/appdata/gitlab-ce/data':'/var/opt/gitlab':'rw'\ -v '/mnt/cache/appdata/gitlab-ce/log':'/var/log/gitlab':'rw'\ --env GITLAB_OMNIBUS_CONFIG="external_url 'http://unraid:9080/'" 'gitlab/gitlab-ce:17.0.2-ce.0'\
-
[Support] GitLab-CE
Can you share with me on how to rollback to 16.9.8-ce.0 please? ☺️ I figured it out now 🙂 However, by specifying the version tag to the docker command, it breaks the "Automatic Checking" for version update though. * Version status is displaying "not available" instead of "up-to-date"
-
daemoncat started following [Support] GitLab-CE
-
[Support] GitLab-CE
Cannot start the container [GitLab-CE] after upgrading to gitlab-ce=17.0.1-ce.0 When checking the docker's log, it says: ----------------------------------------------------------------- If this container fails to start due to permission problems try to fix it by executing: docker exec -it gitlab update-permissions docker restart gitlab Cleaning stale PIDs & sockets
-
daemoncat started following Docker Containers
-
Unraid OS version 6.12.8 available
daemoncat
Members
-
Joined
-
Last visited