This commit is contained in:
eugenio
2026-06-20 20:40:56 +02:00
parent 26faedcf13
commit c87f1b12a5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM nginx:stable
FROM docker.io/nginx:stable-bullseye
# Update repo and install some utilities and prerequisites
RUN apt-get update -y
+1 -1
View File
@@ -1,4 +1,4 @@
bind 127.0.0.1 -::1
bind 127.0.0.1
unixsocket /tmp/redis.sock
unixsocketperm 777
protected-mode yes