refactor(sql): delete

This commit is contained in:
ineanto 2023-07-14 16:53:24 +02:00
parent 87a256c9c5
commit 8464909b6d
4 changed files with 46 additions and 57 deletions

View file

@ -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