Skip to content

Commit 55dcf3b

Browse files
authored
Update docker-compose.yml
1 parent 3a3049d commit 55dcf3b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docker-compose.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,7 @@ services:
8787
# MariaDB is a high performing open source relational database
8888
# # ---------------------------------------------------------------------------------------------------------------------#
8989
mariadb:
90-
build:
91-
context: ./mariadb
92-
args:
93-
MARIADB_VERSION:
90+
image: mariadb:${MARIADB_VERSION}
9491
container_name: ${BRAND}-mariadb
9592
hostname: mariadb
9693
environment:

0 commit comments

Comments
 (0)