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 ed23b17 commit 3f0b2bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,22 +73,6 @@ services:
networks:
- seosnap

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

networks:
seosnap:
driver: bridge
2 changes: 1 addition & 1 deletion seosnap-dashboard

0 comments on commit 3f0b2bf

Please sign in to comment.