Docker: Nginx and php5-fpm dockers are not talking

后端 未结 3 1387
温柔的废话
温柔的废话 2021-02-04 07:48

I’d like to make a fully dockerized Drupal install. My first step is to get containers running with Nginx and php5-fpm, both Debian based. I’m on CoreOS alpha channel (using Dig

3条回答
  •  旧时难觅i
    2021-02-04 08:38

    When you are in your container as

    root@fd1a9ae0f1dd:/# , check the ports used with

    netstat -tapen | grep ":9000 "

    or

    netstat -lntpu | grep ":9000 "

    or the same commands without the grep

提交回复
热议问题