]> BookStack Code Mirror - bookstack/commitdiff
Dev compose: Set image versions, removed unsupported mysql flag
authorDan Brown <redacted>
Wed, 17 Jul 2024 10:13:39 +0000 (11:13 +0100)
committerDan Brown <redacted>
Wed, 17 Jul 2024 10:13:39 +0000 (11:13 +0100)
Quick local test performed, ran a working instance.
For #5124

dev/docker/Dockerfile
docker-compose.yml

index fe497e9e63e7050b5fb920cfa0d6249da87e9727..50d528fafb8d1104135100629fa37826805e378e 100644 (file)
@@ -1,4 +1,4 @@
-FROM php:8.1-apache
+FROM php:8.3-apache
 
 ENV APACHE_DOCUMENT_ROOT /app/public
 WORKDIR /app
index 2e2fdf700de5fefa51be5f19180c072fb407b1ca..f4c3a64c66459ecd531efdfc7b1729c89308e3b8 100644 (file)
@@ -6,13 +6,12 @@ volumes:
 
 services:
   db:
-    image: mysql:8
+    image: mysql:8.4
     environment:
       MYSQL_DATABASE: bookstack-dev
       MYSQL_USER: bookstack-test
       MYSQL_PASSWORD: bookstack-test
       MYSQL_RANDOM_ROOT_PASSWORD: 'true'
-    command: --default-authentication-plugin=mysql_native_password
     volumes:
       - ./dev/docker/init.db:/docker-entrypoint-initdb.d
       - db:/var/lib/mysql
@@ -41,7 +40,7 @@ services:
     extra_hosts:
     - "host.docker.internal:host-gateway"
   node:
-    image: node:alpine
+    image: node:22-alpine
     working_dir: /app
     user: node
     volumes:
Morty Proxy This is a proxified and sanitized view of the page, visit original site.