Запустил yii2 basic с помощью docker, теперь пытаюсь запустить yii2 advanced аналогичным образом, но получаю в логах контейнера ошибку:
zz@zz-Inspiron-5720:~/projects/my-project-name.local$ docker logs 589bcd793bfd
AH00112: Warning: DocumentRoot [/var/www/html] does not exist
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.22.0.3. Set the 'ServerName' directive globally to suppress this message
AH00112: Warning: DocumentRoot [/var/www/html] does not exist
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.22.0.3. Set the 'ServerName' directive globally to suppress this message
[Mon Jul 09 11:23:11.216261 2018] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.25 (Debian) configured -- resuming normal operations
[Mon Jul 09 11:23:11.216373 2018] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
Подскажите пожалуйста, как решить эту проблему?