php-censor / docker-php-censor

Containers for PHP Censor CI system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command syntax is wrong in README

eddiebeltran33 opened this issue · comments

This is the README command:
docker-compose up -f docker-compose.mysql.yml -d
This is what it must say (at least on docker-compose 1.21+)
docker-compose -f docker-compose.mysql.yml up -d

@eddiebeltran33 Thanks. Can you create pull request with fix?