db_1 | 2019-02-12T12:35:05.757043Z 0 [System] [MY-013169] [Server] /usr/sbin/mysqld (mysqld 8.0.15) initializing of server in progress as process 27
db_1 | 2019-02-12T12:35:05.767685Z 0 [ERROR] [MY-010457] [Server] --initialize specified but the data directory has files in it. Aborting.
db_1 | 2019-02-12T12:35:05.767702Z 0 [ERROR] [MY-013236] [Server] Newly created data directory /var/lib/mysql/ is unusable. You can safely remove it.
db_1 | 2019-02-12T12:35:05.768118Z 0 [ERROR] [MY-010119] [Server] Aborting
db_1 | 2019-02-12T12:35:05.773205Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.15) MySQL Community Server - GPL.
db_1 | Initializing database
db_1 | 2019-02-12T12:36:06.855307Z 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.
db_1 | 2019-02-12T12:36:06.855719Z 0 [System] [MY-013169] [Server] /usr/sbin/mysqld (mysqld 8.0.15) initializing of server in progress as process 27
db_1 | 2019-02-12T12:36:06.864188Z 0 [ERROR] [MY-010457] [Server] --initialize specified but the data directory has files in it. Aborting.
db_1 | 2019-02-12T12:36:06.864202Z 0 [ERROR] [MY-013236] [Server] Newly created data directory /var/lib/mysql/ is unusable. You can safely remove it.
db_1 | 2019-02-12T12:36:06.864721Z 0 [ERROR] [MY-010119] [Server] Aborting
db_1 | 2019-02-12T12:36:06.867686Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.15) MySQL Community Server - GPL.
db_1 | Initializing database
db_1 | 2019-02-12T12:37:07.984816Z 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.
db_1 | 2019-02-12T12:37:07.985219Z 0 [System] [MY-013169] [Server] /usr/sbin/mysqld (mysqld 8.0.15) initializing of server in progress as process 27
db_1 | 2019-02-12T12:37:07.994240Z 0 [ERROR] [MY-010457] [Server] --initialize specified but the data directory has files in it. Aborting.
db_1 | 2019-02-12T12:37:07.994255Z 0 [ERROR] [MY-013236] [Server] Newly created data directory /var/lib/mysql/ is unusable. You can safely remove it.
db_1 | 2019-02-12T12:37:07.994611Z 0 [ERROR] [MY-010119] [Server] Aborting
db_1 | 2019-02-12T12:37:07.998916Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.15) MySQL Community Server - GPL.
FROM php:7.2-apache
RUN docker-php-ext-install \
pdo_mysql \
&& a2enmod \
rewrite