Skip to content

Commit 4c26261

Browse files
committed
Prefer alpine images
1 parent d1312a4 commit 4c26261

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ services:
5454
- memcached2
5555
postgres-db:
5656
<<: *postgres-base
57-
image: postgres:${POSTGRES_VERSION}
57+
image: postgres:${POSTGRES_VERSION}-alpine
5858

5959
postgres-gis:
6060
<<: *base
@@ -83,7 +83,7 @@ services:
8383
- memcached
8484
- memcached2
8585
mysql-db: &mysql_base
86-
image: mysql:${MYSQL_VERSION}
86+
image: mysql:${MYSQL_VERSION}-alpine
8787
entrypoint: ['/entrypoint.sh', '--default-authentication-plugin=mysql_native_password']
8888
tmpfs:
8989
- /var/lib/mysql
@@ -115,7 +115,7 @@ services:
115115
- memcached
116116
- memcached2
117117
mariadb-db:
118-
image: mariadb:${MARIADB_VERSION}
118+
image: mariadb:${MARIADB_VERSION}-alpine
119119
tmpfs:
120120
- /var/lib/mysql
121121
environment:
@@ -143,7 +143,7 @@ services:
143143
- WEB_CONSOLE=false
144144

145145
memcached: &memcached
146-
image: memcached
146+
image: memcached-alpine
147147

148148
memcached2:
149149
<<: *memcached

0 commit comments

Comments
 (0)