We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3049d commit 55dcf3bCopy full SHA for 55dcf3b
docker-compose.yml
@@ -87,10 +87,7 @@ services:
87
# MariaDB is a high performing open source relational database
88
# # ---------------------------------------------------------------------------------------------------------------------#
89
mariadb:
90
- build:
91
- context: ./mariadb
92
- args:
93
- MARIADB_VERSION:
+ image: mariadb:${MARIADB_VERSION}
94
container_name: ${BRAND}-mariadb
95
hostname: mariadb
96
environment:
0 commit comments