We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ce8a5 commit ea5bda2Copy full SHA for ea5bda2
Dockerfile
@@ -3,6 +3,9 @@ FROM serversideup/php:8.1-fpm-nginx
3
# Add /config to allowed directory tree
4
ENV PHP_OPEN_BASEDIR=$WEBUSER_HOME:/config/:/dev/stdout:/tmp
5
6
+# Enable mixed ssl mode so port 80 or 443 can be used
7
+ENV SSL_MODE="mixed"
8
+
9
# Install addition packages
10
RUN apt-get update && apt-get install -y \
11
cron \
0 commit comments