Tomas Fülöpp
Tomas Fülöpp
I'll use titles instead of URLs for the time being. But it's a serious bug indeed; it will help us and certainly many others when this gets fixed. Thanks a...
Indeed, makes perfect sense, @wvanderp. We'll do it that way. Suggestion: it might be a good idea to provide a bundler of requests in wtf_wikipedia that would take any long...
Same problem here :-(
Under traefik: and ports: added ` - '3000:80'` so traefik config in docker-compose.yml is: ``` traefik: image: traefik container_name: "${PROJECT_NAME}_traefik" command: -c /dev/null --web --docker --logLevel=INFO ports: - '8000:80' #...
@csandanov do you mean adding ``` ports: - '3000' ``` for node? Meanwhile, here's log from node (from portainer). Looks good but the question is what is the precise URL...
Still not solved; feedback welcome. Is there any other example of running a node app in docker4drupal?
Node does run: docker-compose ps ``` Name Command State Ports ------------------------------------------------------------------------------------------- forg_d8_mailhog MailHog Up 1025/tcp, 8025/tcp forg_d8_mariadb /docker-entrypoint.sh --ch ... Up 3306/tcp forg_d8_nginx /docker-entrypoint.sh sudo ... Up 80/tcp forg_d8_node sh...
Downgraded to Docker for Windows Version 17.06.1-ce-win24 (13025) - all works perfectly. @csandanov please let us know here once it is safe again for users to upgrade; thanks.
Perhaps an investment in a simple Windows laptop is an option. There are lots of Windows users relying on D4D for local development.
Tested again: docker-compose down #image: wodby/mariadb:10.1-2.1.0 image: wodby/mariadb:10.1-2.3.3 docker-compose up -d -> Same problem. docker-compose down image: wodby/mariadb:10.1-2.1.0 #image: wodby/mariadb:10.1-2.3.3 docker-compose up -d -> Works fine.