Skip to content

Instantly share code, notes, and snippets.

@cklei-carly
cklei-carly / Dockerfile
Last active June 25, 2025 04:45
serversideup docker image with s6
############################################
# Base Image
############################################
# Learn more about the Server Side Up PHP Docker Images at:
# https://serversideup.net/open-source/docker-php/
FROM serversideup/php:8.3-fpm-nginx AS base
# Switch to root before installing our PHP extensions
USER root