Christopher L.D. SHEN
Christopher L.D. SHEN
I am currently building version 21.1.10. It is not finished yet, but I find these two packages build well on my machine. ``` $ ls -l build/.pkg/All/{node_exporter-*, nut-*} -rw-r--r-- 1...
> this is still open as it hasn't been discussed internally and we like to avoid GUIs on top of GUIs when we can Are you planning to make a...
I vote for yes ;)
@mikebrady hi, I am running it on Gentoo Linux from an RPi4 ``` % uname -a Linux rpi4-de 5.10.60-v8-yrzr-ge4cb65cf23c7 #10 SMP Sat Aug 28 13:30:19 HKT 2021 aarch64 GNU/Linux %...
I think you should set "postgresql['enable'] = false;" to disable the Postgres inside the gitlab container in order to use an external one. And Postgres 13 will no longer be...
What about deleting the volumes and trying again?
Try this ``` docker run \ --detach \ --restart unless-stopped \ --name gitlab-ce \ --privileged \ --memory 8G \ --publish 22:22 \ --publish 80:80 \ --publish 443:443 \ --hostname gitlab.example.com...
Hi @minozheros. Are there any related logs that I could work on? Moreover, could you try if this problem replicates on a fresh container with empty volumes?