1
0
Fork 0

Change ports to db

pull/2/head
Fábio Mendes 2021-05-16 14:37:06 -04:00 committed by GitHub
parent fde8208946
commit 5306be9ee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ services:
db:
image: mariadb
ports:
- "8080:8080"
- "3306:3306"
environment:
- MYSQL_ROOT_PASSWORD=password
- MYSQL_USER=user