Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
bug del despliegue
  • Loading branch information
bidof committed Mar 12, 2024
1 parent b2d8c45 commit 2650a65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ services:
- mysql-data:/var/lib/mysql
#montar en el directorio de mysql el archivo schema que esta en questionservice/database para que lo tenga el contendor y lo pueda ejecutar
#create_db es true
- questionservice/database/:/docker-entrypoint-initdb.d
- ./schema.sql:/docker-entrypoint-initdb.d/schema.sql

networks:
- mynetwork
expose:
Expand Down

0 comments on commit 2650a65

Please sign in to comment.