Created
July 26, 2017 18:50
-
-
Save weynhamz/a9e02b35187d12776d017d0a0e803361 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> web-server: An error occurred. The error will be shown after all tasks complete. | |
An error occurred while executing multiple actions in parallel. | |
Any errors that occurred are shown below. | |
An error occurred while executing the action on the 'web-server' | |
machine. Please handle this error then try again: | |
A Docker command executed by Vagrant didn't complete successfully! | |
The command run along with the output from the command is shown | |
below. | |
Command: ["docker-compose", "-f", "/home/weynhamz/Workspace/NYU/nyuo/source/.vagrant/docker-compose/docker-compose.yml", "-p", "source", "up", "--remove-orphans", "-d", {:notify=>[:stdout, :stderr]}] | |
Stderr: The PHP_FPM_GROUP_ID variable is not set. Defaulting to a blank string. | |
The PHP_FPM_USER_ID variable is not set. Defaulting to a blank string. | |
The Compose file '/home/weynhamz/Workspace/NYU/nyuo/source/.vagrant/docker-compose/docker-compose.yml' is invalid because: | |
services.web-server.links contains an invalid type, it should be a string | |
Stdout: | |
An error occurred while executing the action on the 'frontend' | |
machine. Please handle this error then try again: | |
A Docker command executed by Vagrant didn't complete successfully! | |
The command run along with the output from the command is shown | |
below. | |
Command: ["docker-compose", "-f", "/home/weynhamz/Workspace/NYU/nyuo/source/.vagrant/docker-compose/docker-compose.yml", "-p", "source", "up", "--remove-orphans", "-d", {:notify=>[:stdout, :stderr]}] | |
Stderr: The Compose file '/home/weynhamz/Workspace/NYU/nyuo/source/.vagrant/docker-compose/docker-compose.yml' is invalid because: | |
services.frontend.links contains an invalid type, it should be a string | |
Stdout: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment