refactor(sql): delete
This commit is contained in:
parent
87a256c9c5
commit
8464909b6d
4 changed files with 46 additions and 57 deletions
|
@ -12,11 +12,13 @@ services:
|
|||
ports:
|
||||
- "3306:3306"
|
||||
|
||||
adminer:
|
||||
image: adminer
|
||||
phpmyadmin:
|
||||
image: phpmyadmin
|
||||
restart: no
|
||||
links:
|
||||
- db
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "8080:80"
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue