Skip to content

Commit a93054e

Browse files
committed
enable autoscan for WYSIWIG-server
1 parent f5604e8 commit a93054e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

local-wysiwyg-container/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ services:
88
- ${WEBSERVER_PORT}:${INTERNAL_PORT}
99
environment:
1010
- NEXT_PUBLIC_SERVER_URL=${NEXT_PUBLIC_SERVER_URL}
11+
- NEXT_AUTOSCAN=${NEXT_AUTOSCAN}
1112
volumes:
1213
- ${LOCAL_DEV_MD_DIR}:/app/md
1314
- ./keycloak.json:/app/keycloak.json

0 commit comments

Comments
 (0)