Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save RobTranquillo/679ed157e9509d8373eb2d16c4c68b1d to your computer and use it in GitHub Desktop.
Save RobTranquillo/679ed157e9509d8373eb2d16c4c68b1d to your computer and use it in GitHub Desktop.
error while shopware docker
$ sudo docker-compose up
Recreating dockershopware_mysql_1 ... done
Recreating dockershopware_php-7.0_1 ... done
Recreating dockershopware_web_1 ... done
Attaching to dockershopware_mysql_1, dockershopware_php-7.0_1, dockershopware_web_1
mysql_1 | 2018-07-26T12:32:30.749068Z 0 [Warning] [MY-011070] [Server] 'Disabling symbolic links using --skip-symbolic-links (or equivalent) is the default. Consider not using this option as it' is deprecated and will be removed in a future release.
mysql_1 | 2018-07-26T12:32:30.749617Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.11) starting as process 1
mysql_1 | mbind: Operation not permitted
mysql_1 | mbind: Operation not permitted
mysql_1 | mbind: Operation not permitted
mysql_1 | mbind: Operation not permitted
php-7.0_1 | [26-Jul-2018 12:32:30] NOTICE: fpm is running, pid 1
php-7.0_1 | [26-Jul-2018 12:32:30] NOTICE: ready to handle connections
web_1 | 2018/07/26 12:32:32 [emerg] 1#1: open() "/etc/nginx/conf.d/default.conf" failed (13: Permission denied) in /etc/nginx/nginx.conf:31
web_1 | nginx: [emerg] open() "/etc/nginx/conf.d/default.conf" failed (13: Permission denied) in /etc/nginx/nginx.conf:31
mysql_1 | 2018-07-26T12:32:33.040810Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
dockershopware_web_1 exited with code 1
mysql_1 | 2018-07-26T12:32:33.071427Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
mysql_1 | 2018-07-26T12:32:33.170311Z 0 [Warning] [MY-010315] [Server] 'user' entry 'mysql.infoschema@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2018-07-26T12:32:33.175358Z 0 [Warning] [MY-010315] [Server] 'user' entry 'mysql.session@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2018-07-26T12:32:33.177215Z 0 [Warning] [MY-010315] [Server] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2018-07-26T12:32:33.177454Z 0 [Warning] [MY-010315] [Server] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2018-07-26T12:32:33.177743Z 0 [Warning] [MY-010323] [Server] 'db' entry 'performance_schema mysql.session@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2018-07-26T12:32:33.177895Z 0 [Warning] [MY-010323] [Server] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2018-07-26T12:32:33.178116Z 0 [Warning] [MY-010311] [Server] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2018-07-26T12:32:33.251724Z 0 [Warning] [MY-010330] [Server] 'tables_priv' entry 'user mysql.session@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2018-07-26T12:32:33.252097Z 0 [Warning] [MY-010330] [Server] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2018-07-26T12:32:33.296350Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.11' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server - GPL.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment