Skip to content

Commit 01fb3f7

Browse files
committed
Remove alpine mysql
1 parent 400e728 commit 01fb3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ services:
8383
- memcached
8484
- memcached2
8585
mysql-db: &mysql_base
86-
image: mysql:${MYSQL_VERSION}-alpine
86+
image: mysql:${MYSQL_VERSION}
8787
entrypoint: ['/entrypoint.sh', '--default-authentication-plugin=mysql_native_password']
8888
tmpfs:
8989
- /var/lib/mysql

0 commit comments

Comments
 (0)