File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM php:8.1 -apache
1
+ FROM php:8.3 -apache
2
2
3
3
ENV APACHE_DOCUMENT_ROOT /app/public
4
4
WORKDIR /app
Original file line number Diff line number Diff line change @@ -6,13 +6,12 @@ volumes:
6
6
7
7
services :
8
8
db :
9
- image : mysql:8
9
+ image : mysql:8.4
10
10
environment :
11
11
MYSQL_DATABASE : bookstack-dev
12
12
MYSQL_USER : bookstack-test
13
13
MYSQL_PASSWORD : bookstack-test
14
14
MYSQL_RANDOM_ROOT_PASSWORD : ' true'
15
- command : --default-authentication-plugin=mysql_native_password
16
15
volumes :
17
16
- ./dev/docker/init.db:/docker-entrypoint-initdb.d
18
17
- db:/var/lib/mysql
@@ -41,7 +40,7 @@ services:
41
40
extra_hosts :
42
41
- " host.docker.internal:host-gateway"
43
42
node :
44
- image : node:alpine
43
+ image : node:22- alpine
45
44
working_dir : /app
46
45
user : node
47
46
volumes :
You can’t perform that action at this time.
0 commit comments