Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 547 Bytes

Readme.md

File metadata and controls

27 lines (19 loc) · 547 Bytes

Docker compose (MySQL DB and Adminer front-end)

  1. Create the docker-compose file.

  2. Test the YAML file for syntax errors

    $ docker-compose config
  3. Run all containers.

    $ docker-compose up -d
    $ docker-compose ps
  4. Open URL http://localhost:8080/

  5. Choose Database 'MySQL' and then provide Username, password and Databasename

  6. Now, Terminal the services

    $ docker-compose down
    ## Delete volume
    $ docker volume rm demo-16_data