containers/mysql/docker-compose.override.yml

10 lines
269 B
YAML
Raw Normal View History

2023-01-12 15:58:11 +01:00
services:
mysql-build:
image: "mysql/mysql-server:${MYSQL_VERSION}"
profiles: ["build"]
build:
context: "build-context/mysql"
dockerfile: Dockerfile
args:
MYSQL_VERSION: "${MYSQL_VERSION}"