From 61cebc47ff9ff8646b0350b9029a8a374b96ddbd Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sat, 18 Jun 2022 10:48:43 +0200 Subject: [PATCH 1/3] Update php version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 56526a3..52702d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.1-fpm +FROM php:7.4-fpm ENV WORKDIR=/var/www ENV STORAGE_DIR=/var/www/storage # Install system dependencies From f86f525860a5166b2861a094134ae44fed1707bd Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sat, 18 Jun 2022 10:55:48 +0200 Subject: [PATCH 2/3] Update Readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6a586c..efb4778 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ services: - 443:443 volumes: - ./:/var/www - - nginx/conf.d/:/etc/nginx/conf.d/ + - ./nginx/conf.d/:/etc/nginx/conf.d/ networks: - default From e45da7c0fca26cb07fbc5921dcbdc3cb37ed753a Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sat, 18 Jun 2022 10:55:59 +0200 Subject: [PATCH 3/3] Update Readme.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index efb4778..b8e975b 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,6 @@ services: restart: unless-stopped ports: - 80:80 - - 443:443 volumes: - ./:/var/www - ./nginx/conf.d/:/etc/nginx/conf.d/