First commit

This commit is contained in:
2022-09-05 19:43:34 -06:00
commit b5628e1a35
10 changed files with 35 additions and 0 deletions

BIN
Clase 2/.DS_Store vendored Normal file

Binary file not shown.

BIN
Clase 2/Ejercicio/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -0,0 +1,16 @@
version: '3.3'
services:
db:
image: mysql
restart: always
environment:
MYSQL_ROOT_PASSWORD: password
ports:
- '3306:3306'
expose:
- '3306'
volumes:
- my-db:/var/lib/mysql
volumes:
my-db:
external: false #if true will try to find a folder that you set