We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54784fb commit c320473Copy full SHA for c320473
docker-compose.yml
@@ -34,8 +34,10 @@ services:
34
# Docker image.
35
STARTUP_COMMAND_1: "yarn install"
36
# Nuxt.js
37
+ # Either Vagrant or Docker requires the usage of polling, otherwise Nuxt.js does not recompile our code
38
+ # as fast as we would like.
39
CHOKIDAR_USEPOLLING: "1"
- CHOKIDAR_INTERVAL: "1000"
40
+ CHOKIDAR_INTERVAL: "1000" # Lower values might increase CPU usage.
41
# Host 0.0.0.0 is designated to tell Nuxt.js to resolve a host address, which is accessible to connections outside
42
# of the host machine.
43
HOST: "0.0.0.0"
0 commit comments