nginx-default.conf hinzugefügt #1

Open
pi-farm wants to merge 21 commits from pi-farm-test into main
Showing only changes of commit bdc48fcb53 - Show all commits
+4 -10
View File
@@ -1,16 +1,10 @@
FROM ubuntu:20.04
ARG MAINTAINER
ARG TZ
ARG APP_NAME
ARG APP_USER
LABEL maintainer="${MAINTAINER}"
LABEL org.opencontainers.image.title="${APP_NAME}"
ENV TZ=${TZ}
ENV USER=${APP_USER}
# Non-interactive Mode für apt und Zeitzone setzen
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe/Berlin
# System-Updates und alle benötigten PHP 7.4 Pakete + Tools installieren
RUN apt-get update && apt-get install -y \
nginx \
php7.4-fpm \