update
Some checks failed
Deploy docker image / deploy (push) Has been cancelled

This commit is contained in:
2026-05-10 18:53:31 +02:00
parent cc51a92d23
commit 7218c36309
2 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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: