Skip to content

Instantly share code, notes, and snippets.

@alinefr
Created April 4, 2024 13:39
Show Gist options
  • Save alinefr/ad9b75cf42342fbf53f1909582bd4021 to your computer and use it in GitHub Desktop.
Save alinefr/ad9b75cf42342fbf53f1909582bd4021 to your computer and use it in GitHub Desktop.
Arquivo docker-compose.yml para a aula de Banco de Dados
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