Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ docker-compose up
- Starting docker_postgres_1 ... done
- Starting docker_php_1 ... done
- Starting docker_nginx_1 ... done
- Attaching to docker_postgres_1, docker_php_1, docker_nginx_1
- postgres_1 | 2018-07-09 21:23:50.400 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
- postgres_1 | 2018-07-09 21:23:50.400 UTC [1] LOG: listening on IPv6 address "::", port 5432
- postgres_1 | 2018-07-09 21:23:50.415 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
- postgres_1 | 2018-07-09 21:23:50.486 UTC [20] LOG: database system was shut down at 2018-07-09 21:23:37 UTC
- php_1 | /usr/local/bin/init.sh: line 2: $'\r': command not found
- php_1 | Do not run Composer as root/super user! See https://getcomposer.org/root for details
- php_1 |
- php_1 |
- php_1 | [Symfony\Component\Console\Exception\CommandNotFoundException]
- " is not defined.
- php_1 |
- php_1 | Did you mean this?
- php_1 | install
- php_1 |
- php_1 |
- php_1 |
- php_1 |
- " option does not exist. interaction
- php_1 |
- php_1 |
- php_1 | doctrine:migrations:migrate [--write-sql [WRITE-SQL]] [--dry-run] [--query-time] [--allow-no-migration] [--configuration [CONFIGURATION]] [--db-configuration [DB-CONFIGURATION]] [--db DB] [--em EM] [--shard SHARD] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] <command> [<version>]
- php_1 |
- php_1 | /usr/local/bin/init.sh: line 5: $'php-fpm\r': command not found
- docker_php_1 exited with code 127
Advertisement
Add Comment
Please, Sign In to add comment