Skip to content

Commit 172deec

Browse files
committed
build: use NodeJS v20, renamed Elasticsearch container
1 parent 3f41dd9 commit 172deec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
ports:
3636
- 1433:1433
3737
environment:
38-
SA_PASSWORD: 'phpMyFAQ-3.2'
38+
SA_PASSWORD: 'phpMyFAQ-3.3'
3939
ACCEPT_EULA: 'Y'
4040

4141
phpmyfaq:
@@ -66,7 +66,7 @@ services:
6666
- yarn
6767

6868
yarn:
69-
image: node:18
69+
image: node:20
7070
restart: 'no'
7171
command: sh -c "npm install node-sass -g --unsafe-perm && yarn install && yarn build"
7272
working_dir: /app
@@ -111,7 +111,7 @@ services:
111111

112112
elasticsearch:
113113
image: docker.elastic.co/elasticsearch/elasticsearch:8.7.0
114-
container_name: phpmyfaq-32_elasticsearch-v8
114+
container_name: phpmyfaq-33_elasticsearch-v8
115115
restart: always
116116
environment:
117117
- cluster.name=phpmyfaq-cluster

0 commit comments

Comments
 (0)