Skip to content

ci: docker-compose 경로 지정 변경 #3

ci: docker-compose 경로 지정 변경

ci: docker-compose 경로 지정 변경 #3

Workflow file for this run

version: "3.9"
services:
mysql:
image: mysql:latest
environment:
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: testdb
MYSQL_USER: test
MYSQL_PASSWORD: password
ports:
- "7777:3306"