This commit is contained in:
@@ -27,8 +27,8 @@ RUN apk add --no-cache curl \
|
|||||||
su-exec
|
su-exec
|
||||||
|
|
||||||
### phpBB
|
### phpBB
|
||||||
ENV PHPBB_VERSION 3.3.9
|
ENV PHPBB_VERSION 3.3.16
|
||||||
ENV PHPBB_SHA256 8eacc10caff2327d51019ed2677b55ff1afdc68a3a7aaeee9ac29747775fe04f
|
ENV PHPBB_SHA256 d1964a2b0cae7d5ba761e5a77467075b463348fb6e8189ed539f09e7d98ce505
|
||||||
|
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,8 @@ volumes:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
phpbb:
|
phpbb:
|
||||||
image: selim13/phpbb:3.3
|
build: .
|
||||||
|
image: git.avii.nl/avii/phpbb:3.3
|
||||||
ports:
|
ports:
|
||||||
- '127.0.0.1:8000:80'
|
- '127.0.0.1:8000:80'
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user