Skip to content

Commit

Permalink
quitar un bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bidof authored Mar 12, 2024
1 parent bbed747 commit b2d8c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ 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
- questionservice/database/:/docker-entrypoint-initdb.d
networks:
- mynetwork
expose:
Expand Down

0 comments on commit b2d8c45

Please sign in to comment.