diff --git a/Dockerfile b/Dockerfile
index abaadb5e058af74e03c4664cdec1415f7097bc86..c7a5b87af278822dd48821e451755768a06b68d7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,8 +20,7 @@ RUN composer install
 # |--------------------------------------------------------------------------
 # | Install Webserver
 # |--------------------------------------------------------------------------
-FROM gitlab.jonasled.de/jonasled/apache-php-minimal:latest
+FROM gitlab.jonasled.de/jonasled/nginx-php-minimal:latest
 RUN apk update && \
-    apk add php8-mysqli php8-mbstring php8-curl curl php8-simplexml --no-cache && \
-    echo "RemoteIPHeader X-Forwarded-For" > /etc/apache2/conf.d/remoteip.conf
-COPY --from=composer /build/public .
\ No newline at end of file
+    apk add php8-mysqli php8-mbstring php8-curl php8-simplexml --no-cache
+COPY --from=composer /build/public .