-
When attempting to upload a CSV file to import children, when the button is clicked nothing happens. Unlike this video: https://www.youtube.com/watch?v=7YJAsjZ8BjQ I do not get the next screen when th…
-
Hello,
i have the problem if i try to connect to mail.domain.tld my browser shows "Bad Gateway".
I use the reverse proxy.
**here is my config:**
```
server {
listen 443 ssl http2;
…
-
got a problem with a wordpress + nginx deployment not serving php content
It can server html documents
nginx log:
[23/May/2018:04:33:56 +0000] "GET / HTTP/1.1" 200 5 "-" "Mozilla/5.0 (Win…
-
I want to use Mailcow behind a Nginx Proxy in Docker [[https://github.com/jwilder/nginx-proxy](https://github.com/jwilder/nginx-proxy)]
I added in docker-compose.override.yml:
```
version: '2.1'
…
-
using CentOS 7.2 64bit and can't get mysql stats to display ?
```
mysqladmin ver
mysqladmin Ver 9.1 Distrib 10.1.16-MariaDB, for Linux on x86_64
Copyright (c) 2000, 2016, Oracle, MariaDB Corporation…
-
Rancher Version: v1.0.0
Docker Version: 1.10.3
OS: Ubuntu 15.04
Steps to Reproduce:
`docker-compose --verbose up` with this `docker-compose.yml`:
```
app:
image: mageinferno/magento2-nginx:1.9.…
-
**What happened**:
When following this [tutorial](https://kubernetes.io/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/), i encountered a `ProvisioningFailed` error for PVC.
…
-
netdata version: 1.9.0 Release
Prometheus query: `http://192.168.100.15:19999/api/v1/allmetrics?format=prometheus&source=average`
netdata.conf:
```python
## netdata.conf
# Ansible managed: /hom…
k0ste updated
6 years ago
-
My telegraf instace is reporting the following error:
telegraf[22896]: 2018-09-03T12:57:20Z E! [outputs.influxdb]: when writing to [http://localhost:8086]: Post http://localhost:8086/write?db=telegra…
darox updated
6 years ago
-
Hi!
I'm in a use-case where I have a basic docker-compose.yml file that defines a php service talking to a db service.
Now I added a second file named "dev.yml" where I extend all the services from …