1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-06 12:02:45 +03:00

Dev compose: Set image versions, removed unsupported mysql flag

Quick local test performed, ran a working instance.
For #5124
This commit is contained in:
Dan Brown
2024-07-17 11:13:39 +01:00
parent 47ac0d5c3e
commit e145f21512
2 changed files with 3 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM php:8.1-apache
FROM php:8.3-apache
ENV APACHE_DOCUMENT_ROOT /app/public
WORKDIR /app