Skip to content

Commit

Permalink
Correções
Browse files Browse the repository at this point in the history
  • Loading branch information
tqi-rnegreiros committed Jan 12, 2022
1 parent 0de3e61 commit b2450d1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions local/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: "3.8"

services:
db:
image: mysql:8.0
command: --lower_case_table_names=1
container_name: mysql-container_local
environment:
- MYSQL_DATABASE=dbpix
- MYSQL_USER=user
- MYSQL_PASSWORD=usder
- MYSQL_ROOT_PASSWORD=user
ports:
- "3307:3306"
volumes:
- my-db:/var/lib/mysql
volumes:
my-db:

0 comments on commit b2450d1

Please sign in to comment.