mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-08-23 13:36:29 +00:00
fix
This commit is contained in:
+1
-1
@@ -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,4 +1,4 @@
|
||||
bind 127.0.0.1 -::1
|
||||
bind 127.0.0.1
|
||||
unixsocket /tmp/redis.sock
|
||||
unixsocketperm 777
|
||||
protected-mode yes
|
||||
|
||||
Reference in New Issue
Block a user