Skip to content

Commit

Permalink
[TASK] Removed phpmyadmin
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Dmitriev committed Jan 31, 2020
1 parent 7d34785 commit 9e36704
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,6 @@ services:
networks:
- seosnap_dashboard

pma:
image: phpmyadmin/phpmyadmin
depends_on:
- db
environment:
PMA_HOST: db
PMA_USER: ${DB_USER}
PMA_PASSWORD: ${DB_PASS}
ports:
- "8081:80"
volumes:
- ./dev/instance/mariadb:/var/lib/mysql
networks:
- seosnap_dashboard

networks:
seosnap_dashboard:
driver: bridge

0 comments on commit 9e36704

Please sign in to comment.