-
Hi everyone,
After checkout latest Portus version, I followed the basic steps to configure with command bellow.
`./compose-setup.sh -e `
Everything works fine, but, when I access the url http…
-
## Description
This is a follow up to #175.
Providing an equivalent configuration to `pg-promise` where the order of the configuration keys are different does not result in the reuse of the conn…
-
Hi, your job is awesome, unfortunately I can not make it work. When the deploy stage comes it throws this error "Line 64: **Upgrade**: Command not found. Exit status 1". I provided all secrets to GitL…
-
- Issue type: Bug report/Feature request
### Short description
Currently, the docker image does not have a volume nor do i know where the data is stored that should be available when a ne…
-
Hello,
I get the following error when I try to send a test mail from within youtrack:
`Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn't connect…
-
### Description
Hello, I am new to Docker and this maven-docke-plugin, I think this is a great tool but I am facing an issue. I want to deploy a .war, YoOffer.war, into a jboss/wildfly image. My imag…
-
docker for mac always be starting
**Steps to reproduce the issue:**
1. update docker for mac
**Describe the results you expected:**
how to solve the problem? I commited major docke-image to …
-
After my last dork container has exited, I still get
```
docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS …
-
I'm fairly new to Docker so I'm confident I'm making some dumb mistakes, but I wanted to setup the vault container with a docker consul cluster. My goal eventually is to setup one instance of vault (f…
-
(1). 支持一个进程的开启必须依赖另一个进程的完成,如我想启动一个服务是MySQL, 但起动它之前我想先运行一个Shell做一些初始化的动作,把运行环境准备好,再起动MySQL, 类似(git clone -b dependson_122 https://github.com/penhauer-xiao/supervisor.git)
(2). 支持日志轮转功能