Hello,
I am looking at the documentation for Installation - Docker PHP - Server Side Up
however, I am having troubles.
I’d like to use the nginx-fpm php image, but upon looking at the Dockerfile,
I am unsure what to put for UPSTREAM_CHANNEL variable
ARG UPSTREAM_CHANNEL=''
ARG PHP_VERSION='8.1'
ARG BASE_IMAGE="serversideup/php:${UPSTREAM_CHANNEL}${PHP_VERSION}-fpm"
FROM ${BASE_IMAGE}
Is there any tutorial available for using these images?