Created
April 4, 2024 13:39
-
-
Save alinefr/ad9b75cf42342fbf53f1909582bd4021 to your computer and use it in GitHub Desktop.
Arquivo docker-compose.yml para a aula de Banco de Dados
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3.4" | |
volumes: | |
volume_mysql_data: | |
services: | |
db: | |
image: alinefr/voos_eua_2016_mysql_sem_indices:latest | |
volumes: | |
- volume_mysql_data:/var/lib/mysql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment