You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
emma@emma-X555LB:~/dev/pixelhumain-docker$ docker-compose -f docker-compose.yml up
ERROR: In file './docker-compose.yml' service 'version' doesn't have any configuration options. All top level keys in your docker-compose.yml must map to a dictionary of configuration options.
The text was updated successfully, but these errors were encountered:
What version of docker-compose are you using ?
The error you see is most likely due to an old version of your Docker Compose, you'll need at least the version 1.6.
You can see your version using docker-compose --version.
emma@emma-X555LB:~/dev/pixelhumain-docker$ docker-compose -f docker-compose.yml up
ERROR: In file './docker-compose.yml' service 'version' doesn't have any configuration options. All top level keys in your docker-compose.yml must map to a dictionary of configuration options.
The text was updated successfully, but these errors were encountered: