From 0e341f892776e609d30aca20c79c7efac83e27b3 Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Tue, 3 Oct 2023 15:17:30 +0400 Subject: [PATCH] Update README --- README.MD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 2be6f01..c04c034 100644 --- a/README.MD +++ b/README.MD @@ -1,5 +1,7 @@ # phpBB3 docker image +This is updated fork of [selim13's docker-phpbb image](https://github.com/selim13/docker-phpbb). + Lightweight, Alpine based [phpBB](https://www.phpbb.com/) docker image. # Supported tags and respective `Dockerfile` links @@ -200,4 +202,4 @@ image: FROM selim13/phpbb:3.3 COPY remoteip.conf /etc/apache2/conf.d -``` \ No newline at end of file +```