Skip to content

Commit

Permalink
adminer instead of phpmyadmin - fixed docker compose network
Browse files Browse the repository at this point in the history
  • Loading branch information
nik2208 committed Oct 12, 2023
1 parent a5d4c88 commit 0ee0003
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ services:
restart: always
environment:
ADMINER_DEFAULT_SERVER: mysql_treeqlqs
networks:
- php-api-network
depends_on:
- web

swagger:
container_name: swagger_treeqlqs
Expand Down

0 comments on commit 0ee0003

Please sign in to comment.