-
# Description
I've edited this for full context of how we got here, as this issue is getting kind of long, because it needed to be tested in a lot of different ways which lead me in several direction…
-
when php artisan migrate I get:
> Illuminate\Database\QueryException : SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name does not resolve (SQL: select * from information_sc…
-
Hi there,
I tried to build the sample docker image from the [README](https://github.com/alpinelinux/docker-alpine#usage) (with newer alpine version):
```
FROM alpine:3.14
RUN apk add --no-cache …
-
__Steps to reproduce:__
```shell
$> influx bucket list
ID Name Retention Shard group duration Organization ID Schema Type
1f0b7f93eee31365 …
-
## 使用docker-compose组件镜像容器
```bash
docker-compose up
docker-compose down
```
### nginx
托管静态目录
```yaml
version: '3'
services:
i18n_nginx_static:
image: nginx:1.13.8-alpine
…
-
Hello folks!
I don't know if this is a bug per say but I consider we should improve this behaviour.
I run Swarm 17.05CE within only one node.
A week ago, I label my node like this:
`docker n…
-
How would I go about choosing a newer version of nginx using smebberson/alpine-nginx-nodejs?
-
I've had a [Raspberry Pi 3](https://en.wikipedia.org/wiki/Raspberry_Pi) laying around for a couple of years, but I've never found the time to use it for something cool.
We're talking only 1 GiB of …
-
### Issue
Hi!
I'm kind of new at this and am trying to get Tandoor working with Nginx Proxy Manager, and I cannot for the life of me understand how I need to configure the reverse proxy.
I've…
-
I cannot login at the frontend receiving a wrong user/password with user mysuer and password VerySecret (see .env below).
I also had to expose the nginx frontend on port 8888 and not the default 80…