Skip to content

Commit 30a295d

Browse files
authored
🐛 🔨 Fixes wb-api-server configuration (#5780)
1 parent 2b6ea51 commit 30a295d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ services:
713713
<<: *webserver_environment
714714
WEBSERVER_HOST: ${WB_API_WEBSERVER_HOST}
715715
WEBSERVER_PORT: ${WB_API_WEBSERVER_PORT}
716-
WEBSERVER_STATICWEB: null
716+
WEBSERVER_STATICWEB: "null"
717717

718718
networks: *webserver_networks
719719

0 commit comments

Comments
 (0)