-
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…
-
How would I go about choosing a newer version of nginx using smebberson/alpine-nginx-nodejs?
-
docker.io/itsthenetwork/nfs-server-alpine:12
-
Ajouter Dockerfile : image nginx
```docker
From nginx:1.20.1-stable-alpine-3.14.0-1626963422
COPY build /app/list/data/installedApps/spa
EXPOSE 8443
CMD ["/bin/sh", "-c", "exec nginx -g 'da…
-
### Description
Using v2.0.0-rc.3 together with user namespaces on Kubernetes v1.30, I have ran into an issue running a very basic nginx container:
```yaml
apiVersion: v1
kind: Pod
metadata:
…
ctrox updated
2 weeks ago
-
## Describe the bug
Fail to resize RWX PVC at filesystem resizing step
## To Reproduce
1. Create a RWX PVC
```
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
…
-
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
I had a running tandoor instance but because I haven't been home for a year I decided to set it up clean from scratch. I don't know what I am doing wrong but the result is always the same: …
-
I have created script to install etesync server on alpine linux vm. Tested on alpine 3.12. Basically you need to adjust the first 5 variables with your setup. It will automatically generate self signe…
-
The command runs but says no patch file found.
Any workround ?
**Dockerfile**
```
# build stage
FROM node:lts-alpine as build-stage
WORKDIR /app
COPY package*.json patches ./
RUN npm ins…