DockStation / dockstation

DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.
https://dockstation.io/
2.14k stars 106 forks source link

Issue with volumes #198

Open scivray opened 5 years ago

scivray commented 5 years ago

Consider the following docker-compose.yml `version: '3.7' services: mysql: image: 'mysql:5.7' command: '--default-authentication-plugin=mysql_native_password' environment: MYSQL_USER: root MYSQL_ROOT_PASSWORD: uglyPassword MYSQL_DATABASE: a_futur_database volumes:

volumes: mysql_data: networks: bridge:`

On my ubuntu 18.04, when I click on Project -> GENERAL -> SETTINGS the windows turns to white and nothing more happen. If I comment the volumes parts in the docker-compose.yml the bug doesn't occur.

igor-lemon commented 5 years ago

Hi @scivray Thanks, I'll check and notify you.

igor-lemon commented 5 years ago

Ok. Found troubles with Long Syntax. We'll fix this ASAP.